NurbsDirection

NurbsDirection

Overview

NurbsDirection is a class in Aspose.3D FOSS for Java.

This class provides 12 methods for working with NurbsDirection objects in Java programs. Available methods include: getCount, getDegree, getDivisions, getKnotVectors, getMultiplicity, getOrder, getType, setCount, setDegree, setDivisions, setOrder, setType. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: count, degree, divisions, knotVectors, multiplicity, order, and 1 more.

Properties

NameTypeAccessDescription
knotVectorsList<Double>ReadGets the knot vectors.
multiplicityList<Integer>ReadGets the multiplicity.
orderintReadGets the order.
degreeintReadGets the degree.
divisionsintReadGets the divisions.
typeNurbsTypeReadGets the type.
countintReadGets the count.

Methods

SignatureDescription
getKnotVectors()List<Double>Returns the knot vectors.
getMultiplicity()List<Integer>Returns the multiplicity.
getOrder()intReturns the order.
setOrder(value: int)Sets the order value.
getDegree()intReturns the degree.
setDegree(value: int)Sets the degree value.
getDivisions()intReturns the divisions.
setDivisions(value: int)Sets the divisions value.
getType()NurbsTypeReturns the type.
setType(value: NurbsType)Sets the type value.
getCount()intReturns the count.
setCount(value: int)Sets the count value.

See Also