PointData#
- class pyedb.grpc.database.geometry.point_data.PointData(pedb: pyedb.grpc.edb.Edb, core: ansys.edb.core.geometry.point_data.PointData)#
Class managing
Point Data
Overview#
Create a new PointData object. |
|
Create a arc PointData object. |
X coordinate. |
|
Y coordinate. |
|
Height of the arc. This property is read-only. |
|
Flag indicating if the point represents an arc. |
Import detail#
from pyedb.grpc.database.geometry.point_data import PointData
Property detail#
- property PointData.x: pyedb.grpc.database.utility.value.Value#
X coordinate.
This property is read-only.
- property PointData.y: pyedb.grpc.database.utility.value.Value#
Y coordinate.
This property is read-only.
- property PointData.arc_height: pyedb.grpc.database.utility.value.Value#
Height of the arc. This property is read-only.
Attribute detail#
- PointData.core#
Method detail#
- classmethod PointData.create(pedb: pyedb.grpc.edb.Edb, x: float | str, y: float | str) PointData#
Create a new PointData object.
- classmethod PointData.create_arc_point(pedb: pyedb.grpc.edb.Edb, arc_height)#
Create a arc PointData object.