EDBArcs#
- class pyedb.dotnet.edb_core.edb_data.primitives_data.EDBArcs(app, arc)[source]#
Manages EDB Arc Data functionalities. It Inherits EDB primitives arcs properties.
Examples
>>> from pyedb import Edb >>> edb = Edb(myedb, edbversion="2021.2") >>> prim_arcs = edb.modeler.primitives[0].arcs >>> prim_arcs.center # arc center >>> prim_arcs.points # arc point list >>> prim_arcs.mid_point # arc mid point
Attributes
Arc center.
Get the coordinates of the ending point.
Get the height of the arc.
Test whether arc is counter clockwise.
Either if it is a point or not.
Either if it is a straight segment or not.
Arc length.
Arc mid point.
Return the list of points with arcs converted to segments.
Return a list of Edb points.
Arc radius.
Get the coordinates of the starting point.