You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: