NurbsDirection
Overview
NurbsDirection is a class in Aspose.3D FOSS for Python.
This class declares 1 method for NurbsDirection objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package.
Properties: count, degree, divisions, knot_vectors, multiplicity, order, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
knot_vectors | `` | Read | Gets the knot vectors. |
multiplicity | `` | Read | Gets the multiplicity. |
order | int | Read/Write | Gets or sets the order. |
degree | int | Read/Write | Gets or sets the degree. |
divisions | int | Read/Write | Gets or sets the divisions. |
type | 'NurbsType' | Read/Write | Gets or sets the type. |
count | int | Read/Write | Gets or sets the count. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this NurbsDirection instance. |