Message 1 of 3
face issue and more ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
assume all faces / curves are coplanar:
1) is there a way to do face boolean operation like join all planar faces together?
2) is there a way to create extrusion from face?
3) is there a way to check if curve is inside face? looks like Face.Intersect will treat all coplanar curves as SetComparisonResult.Subset, i'm currently using Face.IsInside which is not efficient.
thanks.