Public Member Functions | |
def | __init__ |
def | __repr__ |
def | get_points |
Public Attributes | |
color_index | |
data | |
points | |
space | |
type |
Class for objects representing dxf lines.
Definition at line 143 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Line::__init__ | ( | self, | ||
obj | ||||
) |
Expects an entity object of type line as input.
Definition at line 146 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Line::__repr__ | ( | self | ) |
Definition at line 198 of file dxfImportObjects.py.
def draftlibs::dxfImportObjects::Line::get_points | ( | self, | ||
data | ||||
) |
Gets start and end points for a line type object. Lines have a fixed number of points (two) and fixed codes for each value.
Definition at line 173 of file dxfImportObjects.py.
Definition at line 159 of file dxfImportObjects.py.
Definition at line 151 of file dxfImportObjects.py.
Definition at line 168 of file dxfImportObjects.py.
Definition at line 153 of file dxfImportObjects.py.
Definition at line 150 of file dxfImportObjects.py.