Uses of Class
com.aspose.threed.CurveDimension
-
-
Uses of CurveDimension in com.aspose.threed
Methods in com.aspose.threed that return CurveDimension Modifier and Type Method Description CurveDimension
NurbsCurve. getDimension()
Gets the curve's dimension.static CurveDimension
CurveDimension. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CurveDimension[]
CurveDimension. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type CurveDimension Modifier and Type Method Description void
NurbsCurve. setDimension(CurveDimension value)
Sets the curve's dimension.
-