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
| Name | Type | Access | Description |
|---|---|---|---|
knotVectors | List<Double> | Read | Gets the knot vectors. |
multiplicity | List<Integer> | Read | Gets the multiplicity. |
order | int | Read | Gets the order. |
degree | int | Read | Gets the degree. |
divisions | int | Read | Gets the divisions. |
type | NurbsType | Read | Gets the type. |
count | int | Read | Gets the count. |
Methods
| Signature | Description |
|---|---|
getKnotVectors() → List<Double> | Returns the knot vectors. |
getMultiplicity() → List<Integer> | Returns the multiplicity. |
getOrder() → int | Returns the order. |
setOrder(value: int) | Sets the order value. |
getDegree() → int | Returns the degree. |
setDegree(value: int) | Sets the degree value. |
getDivisions() → int | Returns the divisions. |
setDivisions(value: int) | Sets the divisions value. |
getType() → NurbsType | Returns the type. |
setType(value: NurbsType) | Sets the type value. |
getCount() → int | Returns the count. |
setCount(value: int) | Sets the count value. |