Vertex
#
- class ansys.geometry.core.designer.vertex.Vertex(id: str, position: numpy.ndarray | ansys.geometry.core.typing.RealSequence)#
Bases:
ansys.geometry.core.math.point.Point3D
Represents a single vertex of a body within the design assembly.
This class synchronizes to a design within a supporting Geometry service instance.
- Parameters:
- id
str
The unique identifier for the vertex.
- position
np.ndarray
orRealSequence
The position of the vertex in 3D space.
- id
Overview#
Import detail#
from ansys.geometry.core.designer.vertex import Vertex