 |
PlaneSlicePolygon Method |
Note: This API is now obsolete.
Slices the polygon specified with polygonPositions with this Plane and adds the positions that are in front of the plane to the frontPositions list
and positions in the back of the plane to the backPositions list.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax[ObsoleteAttribute("Use Utilities.Slicer class to slice 3D models instead of methods in the Plane class.")]
public void SlicePolygon(
List<Point3D> polygonPositions,
List<Point3D> frontPositions,
List<Point3D> backPositions
)Parameters
- polygonPositions ListPoint3D
- List of Point3D that defines the polygon
- frontPositions ListPoint3D
- List of Point3D that will get positions that are in front of this plane added
- backPositions ListPoint3D
- List of Point3D that will get positions that are in the back of this plane added
See Also