ArcData#
- class ansys.edb.core.geometry.arc_data.ArcData(start, end, **kwargs)#
Represents arc data.
Methods
ArcData.angle
([arc])Get the angle between this arc and another arc if provided or the angle of this arc.
ArcData.closest_points
(other)Get the closest points from this arc to another arc, and vice versa.
Determine if the arc is big.
Determine if the arc rotates counter-clockwise.
Determine if the arc rotates clockwise.
Determine if the arc rotates clockwise.
ArcData.is_point
([tolerance])Determine if the arc is a point.
ArcData.is_segment
([tolerance])Determine if the arc is a straight line segment.
ArcData.tangent_at
(point)Get the tangent vector of the arc at a given point.
Attributes
PolygonData
: Rectangular bounding box of the arc.PointData
: Center point of the arc.Literal["cw", "ccw", "colinear"]
: Rotational direction of the arc.PointData
: End point of the arc.float
: Height of the arc.str
: Circumference length of the arc.PointData
: Midpoint of the arc.float
: Radius of the arc.PointData
: Start point of the arc.