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.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoNurbsProfile._default.png

Output Fields

self

name: self, type: SoNode

Parameter Fields

Visible Fields

Index

name: index, type: IntegerList, default: 0

Indices into profile coordinates.

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.

Knot Vector

name: knotVector, type: DoubleList, default: 0

The knot vector for the NURBS curve. It must be a list of non- decreasing floating point values.