| Name | Description |
---|
| SliceGeometryModel3D(GeometryModel3D, Transform3D) |
Slices the 3D model defined by GeometryModel3D with this Plane.
If the geometryModel3D is fully in front of the Plane (in the direction of plane's Normal vector), then the same geometryModel3D is returned.
If geometryModel3D intersects the plane, then a new sliced GeometryModel3D is returned.
If geometryModel3D is in the back of the plane, then null is returned.
|
| SliceGeometryModel3D(GeometryModel3D, GeometryModel3D, GeometryModel3D) |
Slices the 3D model defined by GeometryModel3D with this Plane and creates two new GeometryModel3D objects:
one with model that are in front of the plane (in the direction of plane's Normal vector) and one with model in the back of the plane.
If model is fully in front (or in back) of the Plane, the the same instance of GeometryModel3D is used.
If the model intersects the Plane, it is sliced and new models are created from it.
|
| SliceGeometryModel3D(GeometryModel3D, Transform3D, GeometryModel3D, GeometryModel3D) |
Slices the 3D model defined by GeometryModel3D with this Plane and creates two new GeometryModel3D objects:
one with model that are in front of the plane (in the direction of plane's Normal vector) and one with model in the back of the plane.
If model is fully in front (or in back) of the Plane, the the same instance of GeometryModel3D is used.
If the model intersects the Plane, it is sliced and new models are created from it.
|