SoLinearProfile¶
-
InventorModule¶ genre InventorNodesAutomaticauthor Silicon Graphics Incpackage MeVisLab/Standarddefinition inventor.def
Purpose¶
The node SoLinearProfile specifies a piecewise-linear curve that serves as a profile for either a trimming patch of a NURBS surface or for the bevel of SoText3.
The index field indexes into the current profile coordinates specified in an SoProfileCoordinate2 or SoProfileCoordinate3 node. If the last value of the index field is SO_LINEAR_PROFILE_USE_REST_OF_VERTICES (-1), all remaining coordinates in the current set will be used, starting with the coordinate after the previous index (all coordinates will be utilized if SO_LINEAR_PROFILE_USE_REST_OF_VERTICES is the only value in the index field). For example, if the index contains the values [2, 0, -1] and there are 4 profile coordinates (0-3), it is as if the index field contains [2, 0, 1, 2, 3].
Parameter Fields¶
Visible Fields¶
Linkage¶
-
name:linkage, type:Enum, default:START_FIRST¶ Defines the connectivity of the profile curve concerning the profiles in the current list within the 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 | Append the new profile to the end of the last profile in the current list. |