vertex_positions#

property Polyline.vertex_positions: list | None#

List of the [x, y, z] coordinates for all vertex positions in the polyline object in the object’s coordinate system.

Returns:
list

List of the [x, y, z] coordinates for all vertex positions in the polyline object.

References

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

Examples

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