imprint_normal_projection#

Modeler2D.imprint_normal_projection(assignment: list, keep_originals: bool = True) bool#

Imprint the normal projection of objects over a sheet.

Parameters:
assignmentlist

List of objects to imprint. The list can be of either Object3d objects or object IDs.

keep_originalsbool, optional

Whether to keep the original objects. The default is True.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.ImprintProjection

Examples

>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler
>>> obj = GeometryModeler()
>>> obj.imprint_normal_projection(assignment="Box1")