move#
- PointData.move(vector)#
Move the point by a vector.
- Parameters:
- vector
ansys.edb.core.typing.PointLike
Vector.
- vector
- Returns:
typing.Optional
[PointData
]or
None
if
either
point
is
an
arc.
Move the point by a vector.
ansys.edb.core.typing.PointLike
Vector.
typing.Optional
[PointData
] or
None
if
either
point
is
an
arc.