position#
- property VertexPrimitive.position: list[float] | None#
Position of the vertex.
- Returns:
- list of float values or ‘’None``
List of
[x, y, z]coordinates of the vertex in model units when the data from AEDT is valid,Noneotherwise.
References
>>> oEditor.GetVertexPosition
Examples
>>> from ansys.aedt.core.modeler.cad.elements_3d import VertexPrimitive >>> obj = VertexPrimitive() >>> obj.position