automatic_thicken_sheets#
- Modeler2D.automatic_thicken_sheets(assignment, value, extrude_internally=True, internal_extrusion=1)[source]#
Create thickened sheets for a list of input faces.
This method automatically checks the direction in which to thicken the sheets.
- Parameters:
- assignment
list
List of faces.
- value
float
Value in millimeters to thicken the sheets.
- extrude_internallybool,
optional
Whether to extrude sheets internally. The default is
True
.- internal_extrusion
float
,optional
Value in millimeters to thicken the sheets internally (vgoing into the model). The default is
1
.
- assignment
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oEditor.ThickenSheet