Enum CurveParameterFormat
Enumeration defining the format of the curve parameter.
Namespace: BRIDGES.Geometry.Kernel
Assembly: BRIDGES.dll
Syntax
public enum CurveParameterFormat : int
Fields
Name | Description |
---|---|
ArcLength | The curve is spanned by a parameter from 0.0 (start) to L (end), where L is the length of the curve. |
Normalised | The curve is spanned by a parameter ranging from BRIDGES.Geometry.Kernel.ICurve`1.DomainStart to BRIDGES.Geometry.Kernel.ICurve`1.DomainEnd. |