NurbsDirection

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

NameTypeAccessDescription
knot_vectors``ReadGets the knot vectors.
multiplicity``ReadGets the multiplicity.
orderintRead/WriteGets or sets the order.
degreeintRead/WriteGets or sets the degree.
divisionsintRead/WriteGets or sets the divisions.
type'NurbsType'Read/WriteGets or sets the type.
countintRead/WriteGets or sets the count.

Methods

SignatureDescription
__init__()Calls init on this NurbsDirection instance.

See Also