Click or drag to resize

MarchingInfoDelta Property

Gets the Delta value used by FindStartingPointOnSegment(Line3, MarchingInfo, Point3, RayMeshIntersection). Delta is the minimum value for the splitting algorithm. If the splitted result is lower, the method won't go futrher.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double Delta { get; }

Property Value

Type: Double
See Also