Public Member Functions | |
def | __init__ |
def | __repr__ |
def | get_extrusion |
def | get_loc |
def | get_major |
Public Attributes | |
color_index | |
data | |
end_angle | |
extrusion | |
loc | |
major | |
radius | |
ratio | |
space | |
start_angle | |
type |
Class for objects representing dxf ellipses.
Definition at line 1077 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Ellipse::__init__ | ( | self, | ||
obj | ||||
) |
Expects an entity object of type ellipse as input.
Definition at line 1080 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Ellipse::__repr__ | ( | self | ) |
Definition at line 1165 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Ellipse::get_extrusion | ( | self, | ||
data | ||||
) |
Find the axis of extrusion. Used to get the objects Object Coordinate System (ocs).
Definition at line 1149 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Ellipse::get_loc | ( | self, | ||
data | ||||
) |
Gets the center location for arc type objects. Arcs have a single coord location.
Definition at line 1115 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Ellipse::get_major | ( | self, | ||
data | ||||
) |
Gets the major axis for ellipse type objects. The ellipse major axis defines the rotation of the ellipse and its radius.
Definition at line 1132 of file dxfImportObjects.py.
Definition at line 1099 of file dxfImportObjects.py.
Definition at line 1085 of file dxfImportObjects.py.
Definition at line 1090 of file dxfImportObjects.py.
Definition at line 1109 of file dxfImportObjects.py.
Definition at line 1107 of file dxfImportObjects.py.
Definition at line 1108 of file dxfImportObjects.py.
Definition at line 1110 of file dxfImportObjects.py.
Definition at line 1088 of file dxfImportObjects.py.
Definition at line 1093 of file dxfImportObjects.py.
Definition at line 1089 of file dxfImportObjects.py.
Definition at line 1084 of file dxfImportObjects.py.