get_existing_polyline#
- Modeler3D.get_existing_polyline(assignment: int | str | Polyline) Polyline#
Retrieve a polyline object to manipulate it.
- Parameters:
- src_object
ansys.aedt.core.modeler.cad.object_3d.Object3d An existing polyline object in the 3D Modeler.
- src_object
- Returns:
Polyline
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.get_existing_polyline(assignment="Box1")