create#
- SubRegion.create(padding_values, padding_types, region_name, parts)[source]#
Create subregion object.
- Parameters:
- padding_values
list
of
str
orfloat
List of padding values to apply in each direction, in the following order: +X, -X, +Y, -Y, +Z, -Z.
- padding_types
list
of
str
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
list
of
str
Parts to be included in the subregion.
- padding_values
- Returns:
- bool
True
when successful,False
when failed.