Draft: cleanup of Draft.py
This commit is contained in:
committed by
Yorik van Havre
parent
26e8adaee4
commit
052fd1750b
@@ -623,15 +623,6 @@ def makeDrawingView(obj,page,lwmod=None,tmod=None,otherProjection=None):
|
||||
viewobj.LineColor = obj.ViewObject.TextColor
|
||||
return viewobj
|
||||
|
||||
|
||||
|
||||
|
||||
#---------------------------------------------------------------------------
|
||||
# Python Features definitions
|
||||
#---------------------------------------------------------------------------
|
||||
import draftobjects.base
|
||||
_DraftObject = draftobjects.base.DraftObject
|
||||
|
||||
class _DrawingView(_DraftObject):
|
||||
"""The Draft DrawingView object"""
|
||||
def __init__(self, obj):
|
||||
@@ -694,7 +685,6 @@ class _DrawingView(_DraftObject):
|
||||
"returns a DXF fragment"
|
||||
return getDXF(obj)
|
||||
|
||||
|
||||
class _Array(_DraftLink):
|
||||
"The Draft Array object"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user