CurveDimension Enumeration
The dimension of the curves.

Namespace: Aspose.ThreeD.Entities
Assembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntax
public enum CurveDimension
Members
  Member nameValueDescription
TwoDimensional0 The curves are two dimensional points.
ThreeDimensional1 The curves are three dimensional points.
See Also