 |
SlicerCollectIntersectionPoints Property |
Gets or sets a Boolean that specified is this Slicer class collects the intersection positions between the 3D model and 3D plane.
By default, this value is set to true. This allows calling
GetIntersectionPoints(StandardMesh, Boolean),
GetProjectedIntersectionPoints(StandardMesh, Boolean, Vector2, Vector2),
GetProjectedIntersectionPoints(StandardMesh, Boolean),
GetProjectedIntersectionPolylines(StandardMesh, Boolean),
GetProjectedIntersectionPolylines(StandardMesh, Boolean, Vector2, Vector2),
GetClosedSliceMesh(StandardMesh, Boolean).
If those methods are not called, then this property can be set to false to prevent saving intersection positions.
Namespace: Ab4d.SharpEngine.UtilitiesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntaxpublic bool CollectIntersectionPoints { get; set; }Property Value
Boolean
See Also