SoNurbsProfile¶
- InventorModule¶
genre
author
package
definition
Purpose¶
The node SoNurbsProfile specifies a NURBS curve that is used as a profile. The curve is defined in the same way as a standard SoNurbsCurve, except that the control points are constructed from the current set of profile coordinates, using the index field.
Windows¶
Default Panel¶
Output Fields¶
self¶
- name: self, type: SoNode¶
Parameter Fields¶
Visible Fields¶
Index¶
- name: index, type: IntegerList, default: 0¶
Sets indices into the profile coordinates.
Linkage¶
- name: linkage, type: Enum, default: START_FIRST¶
Defines the connectivity of the profile curve with respect to profiles in the current list in state.
Values:
Title |
Name |
Description |
|---|---|---|
Start First |
START_FIRST |
Start a new profile and remove any existing profiles from the current list. |
Start New |
START_NEW |
Start a new profile and add it to the current list. |
Add To Current |
ADD_TO_CURRENT |
Add to end of the last profile in the current list. |
Knot Vector¶
- name: knotVector, type: DoubleList, default: 0¶
Sets the knot vector for the NURBS curve. It must be a list of non-decreasing floating-point values.