CreatePartition (Pass)
Introduced
7.0
Description
Creates a new Partition object for the pass with a given name and partition type.
Scripting Syntax
Pass.CreatePartition( Name, Type )
C# Syntax
Partition Pass.CreatePartition( String in_name, siPartitionType in_Type );Parameters
|
Parameter |
Type |
Description |
|
Name |
The name of the partition to create. The name is automatically adjusted to avoid name conflicts with existing partitions of the same name. |
|
|
Type |
The type of partition to create. |
Return Value
Autodesk Softimage v7.5