Point3DData#

class pyedb.grpc.database.geometry.point_3d_data.Point3DData(x, y, z)#

Bases: ansys.edb.core.geometry.point3d_data.Point3DData

Point 3D Data.

Overview#

x

X position.

y

Y position.

z

Z position.

Import detail#

from pyedb.grpc.database.geometry.point_3d_data import Point3DData

Property detail#

property Point3DData.x: float#

X position.

Returns:
float

X position value.

property Point3DData.y: float#

Y position.

Returns:
float

Y position value.

property Point3DData.z: float#

Z position.

Returns:
float

Z position value.