Public Member Functions | |
def | __init__ |
def | __repr__ |
def | get_extrusion |
def | get_loc |
Public Attributes | |
color_index | |
data | |
end_angle | |
extrusion | |
loc | |
radius | |
space | |
start_angle | |
type |
Class for objects representing dxf arcs.
Definition at line 781 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Arc::__init__ | ( | self, | ||
obj | ||||
) |
Expects an entity object of type arc as input.
Definition at line 784 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Arc::__repr__ | ( | self | ) |
Definition at line 851 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Arc::get_extrusion | ( | self, | ||
data | ||||
) |
Find the axis of extrusion. Used to get the objects Object Coordinate System (ocs).
Definition at line 835 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Arc::get_loc | ( | self, | ||
data | ||||
) |
Gets the center location for arc type objects. Arcs have a single coord location.
Definition at line 818 of file dxfImportObjects.py.
Definition at line 803 of file dxfImportObjects.py.
Definition at line 789 of file dxfImportObjects.py.
Definition at line 794 of file dxfImportObjects.py.
Definition at line 812 of file dxfImportObjects.py.
Definition at line 811 of file dxfImportObjects.py.
Definition at line 792 of file dxfImportObjects.py.
Definition at line 797 of file dxfImportObjects.py.
Definition at line 793 of file dxfImportObjects.py.
Definition at line 788 of file dxfImportObjects.py.