Skip to main content
Ctrl+K
PyEDB-Core - Home PyEDB-Core - Home
  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
Ctrl+K
  • GitHub
Ctrl+K
  • Getting started
  • User guide
  • API reference
  • Examples
  • Contribute
  • GitHub
  • Database
  • Definition
  • Geometry
    • ArcData
    • RTree
    • PolygonData
    • PointData
    • Point3DData
    • Triangle3DData
      • point_1
      • point_2
      • point_3
    • ExtentType
    • PolygonSenseType
  • Hierarchy
  • Layers
  • Layout
  • Layout instance
  • Nets
  • Primitives
  • Session
  • Simulation setup
  • Terminals
  • Utility
  • Release notes
  • PyAnsys
  • API reference
  • Geometry
  • Triangle3DData

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

Triangle3DData.point_1

Point3DData: First 3D point.

Triangle3DData.point_2

Point3DData: Second 3D point.

Triangle3DData.point_3

Point3DData: Third 3D point.

On this page
  • Triangle3DData
Edit on GitHub
  • Show Source

© Copyright (c) 2025 ANSYS, Inc. All rights reserved.

Created using Sphinx 7.2.6.

Built with the Ansys Sphinx Theme 1.4.2.
Last updated on