SoNurbsProfile¶
-
InventorModule
¶ genre InventorNodesAutomatic
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def
Purpose¶
This node 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.
Parameter Fields¶
Visible Fields¶
Linkage¶
-
name:
linkage
, type:
Enum
, default:
START_FIRST
¶ Specifies connectivity of profile curve with respect to profiles in 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. |