We have traditionally broken down swept geometry into many planar faces. We should create a SweptFace type that represents a curve swept along a path. The current Face will become BoundFace or PlanarFace eventually.
What this will take:
Solid.Intersects will need to be updated to handle SweptFace
Solid booleans will need to be updated to handle SweptFace
We have traditionally broken down swept geometry into many planar faces. We should create a
SweptFace
type that represents a curve swept along a path. The currentFace
will becomeBoundFace
orPlanarFace
eventually.What this will take:
Solid.Intersects
will need to be updated to handleSweptFace
SweptFace
See #111