|
PlaneSlicePolygon Method |
Slices the polygon specified with polygonPositions with this Plane and adds the positions that in 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: 11.1.8864.1045
Syntax 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