-
-
Notifications
You must be signed in to change notification settings - Fork 130
Implement union operation #42
Copy link
Copy link
Closed as not planned
Labels
topic: coreIssues relating to core geometry, operations, algorithmsIssues relating to core geometry, operations, algorithmstype: enhancementNew features and improvements to existing featuresNew features and improvements to existing features
Metadata
Metadata
Assignees
Labels
topic: coreIssues relating to core geometry, operations, algorithmsIssues relating to core geometry, operations, algorithmstype: enhancementNew features and improvements to existing featuresNew features and improvements to existing features
It should be possible to create the union of two shapes, using constructive solid geometry (CSG). This is currently not supported, except for the simplest case, disjoint bodies, which is supported in the form of
fj::Group.Implementing this requires more solid infrastructure in the host application for storing and querying shapes. Also see #43 and #44.