Click or drag to resize

CurveInSpaceCurveTypeEnum Enumeration

Enumerates the types of curve.

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