 |
SlicerGetProjectedIntersectionPolylines(MeshGeometry3D, Boolean) Method |
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntaxpublic List<Point>[] GetProjectedIntersectionPolylines(
MeshGeometry3D mesh,
bool useMeshTransform
)
Parameters
- mesh MeshGeometry3D
- MeshGeometry3D
- useMeshTransform Boolean
- when true, the returned points are transformed by the mesh transformation (defined by parent Model3D and Visual3D transformations).
Return Value
ListPointAn array of List of Point items or null when no intersection points exist
See Also