NurbsDirection

NurbsDirection

Overview

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

A 3D surface has two direction, the U and V, the NurbsDirection defines data for each direction. A direction is actually a NURBS curve, that means it’s also defined by its knot vectors, a multiplicity, and a set of weighted control points(defined in NurbsCurve).

This class provides 1 method for working with NurbsDirection objects in .NET programs. Available methods include: NurbsDirection. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: Count, Degree, Divisions, KnotVectors, Multiplicity, Order, and 1 more.

Properties

NameTypeAccessDescription
KnotVectorsIArrayList<double>ReadGets the knot vectors.
MultiplicityIArrayList<int>ReadGets the multiplicity.
OrderintRead/WriteGets or sets the order.
DegreeintRead/WriteGets or sets the degree.
DivisionsintRead/WriteGets or sets the divisions.
TypeNurbsTypeRead/WriteGets or sets the type.
CountintRead/WriteGets or sets the count.

Methods

SignatureDescription
NurbsDirection()

See Also