create#
- SubRegion.create(padding_values, padding_types, region_name, parts)#
Create subregion object.
- Parameters:
- padding_values
listofstrorfloat List of padding values to apply in each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.
- padding_types
listofstr List of padding types to apply in each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.
- region_name
str Name to assign to the subregion.
- parts
listofstr Parts to be included in the subregion.
- padding_values
- Returns:
- bool
Truewhen successful,Falsewhen failed.