imprint_normal_projection#
- Modeler2D.imprint_normal_projection(assignment: list, keep_originals: bool = True) bool#
Imprint the normal projection of objects over a sheet.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ImprintProjection
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.imprint_normal_projection(assignment="Box1")