Description
Creates a spine between two objects that represent the chest (top) and the hip (bottom). When you run the command, it prompts the user to pick the chest and hip objects. After the picking session, a dialog box appears asking about the number of vertebrae for the spine and whether they should be represented by polygon mesh or implicit cubes.
Alternatively, you can supply this information to the command to create the spine automatically.
Scripting Syntax
CreateSpine( [Hip], [Chest], [NumVertebrae], [ImplicitVertebrae], [Interactive] )
Parameters
|
Parameter |
Type |
Description |
|
Hip [in/out] |
Default Value: Currently selected object |
|
|
Chest [in/out] |
Default Value: Currently selected object |
|
|
NumVertebrae [in/out] |
Number of vertebrae to create. Default Value: 3 |
|
|
ImplicitVertebrae [in/out] |
Make the vertebrae an implicit cube instead of a polygon mesh cube. Default Value: False |
|
|
Interactive [in/out] |
True to start a picking session to pick the Hip and Chest. After the picking session, a user dialog appears to enter the number of vertebrae required and whether to use implicit primitives for the vertebrae objects. Default Value: True |
Return Value
Returns a Property representing the spine control.
Autodesk Softimage v7.5