create#
- SubRegion.create(padding_values: list[str | float], padding_types: list[str], region_name: str, parts: list[str]) bool#
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.