automatic_thicken_sheets#
- Modeler3D.automatic_thicken_sheets(assignment, value, extrude_internally=True, internal_extrusion=1)#
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
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ThickenSheet