ArcData#
- class pyedb.grpc.database.geometry.arc_data.ArcData(edb_object)#
Class managing ArcData.
Overview#
Check if arc data is a segment. |
|
Check if arc data is a point. |
|
Check if arc data is counter-clockwise. |
Import detail#
from pyedb.grpc.database.geometry.arc_data import ArcData
Property detail#
Attribute detail#
- ArcData.core#
Method detail#
- ArcData.is_segment() bool#
Check if arc data is a segment.
- Returns:
- bool
True if arc data is a segment, false otherwise.