Triangle3DData#
- class ansys.edb.core.geometry.triangle3d_data.Triangle3DData(point_1, point_2, point_3)#
Represents a triangle defined by three 3D points.
Methods
Attributes
Point3DData
: First 3D point.Point3DData
: Second 3D point.Point3DData
: Third 3D point.