Click or drag to resize

CurveInSpaceCurveTypeEnum Enumeration

Enumerates the types of curve.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public enum CurveTypeEnum
Members
Member nameValueDescription
CubicSpline0 
Bezier1 
Line2 
RoundedLine3 
BezierPath4 
See Also