Uses of Class
com.aspose.threed.NurbsType
-
-
Uses of NurbsType in com.aspose.threed
Methods in com.aspose.threed that return NurbsType Modifier and Type Method Description NurbsType
NurbsCurve. getCurveType()
Gets the type of the curve.NurbsType
NurbsDirection. getType()
Gets the type of the current direction.static NurbsType
NurbsType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NurbsType[]
NurbsType. 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 NurbsType Modifier and Type Method Description void
NurbsCurve. setCurveType(NurbsType value)
Sets the type of the curve.void
NurbsDirection. setType(NurbsType value)
Sets the type of the current direction.
-