end_point#

property Polyline.end_point: list | None#

List of the [x, y, z] coordinates for the ending point in the polyline object in the object’s coordinate system.

Returns:
list

List of the [x, y, z] coordinates for the ending point in the polyline object.

References

>>> oEditor.GetVertexIDsFromObject
>>> oEditor.GetVertexPosition

Examples

>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.end_point