Click or drag to resize
AB4D logo

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(MeshGeometry3D, Boolean), GetProjectedIntersectionPoints(MeshGeometry3D, Boolean, Rect), GetProjectedIntersectionPoints(MeshGeometry3D, Boolean), GetProjectedIntersectionPolylines(MeshGeometry3D, Boolean), GetProjectedIntersectionPolylines(MeshGeometry3D, Boolean, Rect), GetClosedSliceMesh(MeshGeometry3D, Boolean). If those methods are not called, then this property can be set to false to prevent saving intersection positions.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 12.0.9484.2048
Syntax
C#
public bool CollectIntersectionPoints { get; set; }

Property Value

Boolean
See Also