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.

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 vector, it is a sequence of parameter values that determines where and how the control points affect the NURBS curve.
MultiplicityIArrayList<int>ReadGets the multiplicity.
OrderintRead/WriteGets or sets the order of a NURBS curve, it defines the number of nearby control points that influence any given point on the curve.
DegreeintRead/WriteGets or sets the degree of a NURBS curve, the degree are defined as Order - 1
DivisionsintRead/WriteGets or sets the number of divisions between adjacent control points in current direction.
TypeNurbsTypeRead/WriteGets or sets the type of the current direction.
CountintRead/WriteGets or sets the count of control points in current direction.

Methods

SignatureDescription
NurbsDirection()Construct a new instance of

See Also

 English