Message 1 of 4
Intersect solid and plane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How can I get the curve that is result from intersect solid and plane?
I am using this:
Plane plane = new Plane(XYZ.BasisZ,point); Solid cast = BooleanOperationsUtils.CutWithHalfSpace(solid, plane);
But don't know is the right way....?
thx..