Click or drag to resize
Ab4d.SharpEngine 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(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.Utilities
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntax
C#
public bool CollectIntersectionPoints { get; set; }

Property Value

Boolean
See Also