start_point#
- property Object3d.start_point: list | None#
Get the starting point in the polyline object.
This is a list of the
[x, y, z]coordinates for the starting point in the polyline object in the object’s coordinate system- Returns:
listList of the
[x, y, z]coordinates for the starting point in the polyline object.
Examples
>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d >>> obj = Object3d() >>> obj.start_point