automatic_thicken_sheets#

Modeler3D.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:
assignmentlist

List of faces.

valuefloat

Value in millimeters to thicken the sheets.

extrude_internallybool, optional

Whether to extrude sheets internally. The default is True.

internal_extrusionfloat, optional

Value in millimeters to thicken the sheets internally (vgoing into the model). The default is 1.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.ThickenSheet