imprint_vector_projection#
- Modeler3D.imprint_vector_projection(assignment: list, vector_points: list, distance: str | int, keep_originals: bool = True) bool#
Imprint the projection of objects over a sheet with a specified vector and distance.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ImprintProjection
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.imprint_vector_projection(assignment="Box1", vector_points=[0, 0, 0], distance=1)