SoNurbsSurface¶
-
InventorModule
¶ genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
This shape node represents a NURBS surface based on the node’s knot vectors and on control points constructed from the current coordinates.
The current coordinates are used in row-major order (the V direction corresponds to the rows).
The number of coordinates used is determined by the Num UControl Points
and Num VControl Points
fields.
The UKnot Vector
and VKnot Vector
fields contain floating point arrays of non-decreasing values.
Parameter Fields¶
Field Index¶
Num SControl Points : Integer |
Num TControl Points : Integer |
Num UControl Points : Integer |
Num VControl Points : Integer |
SKnot Vector : DoubleList |
TKnot Vector : DoubleList |
UKnot Vector : DoubleList |
VKnot Vector : DoubleList |
Visible Fields¶
Num UControl Points¶
-
name:
numUControlPoints
, type:
Integer
, default:
0
¶ Number of control points in the U direction.
Num VControl Points¶
-
name:
numVControlPoints
, type:
Integer
, default:
0
¶ Number of control points in the V direction.
Num SControl Points¶
-
name:
numSControlPoints
, type:
Integer
, default:
0
¶ Number of control points in the S direction.