Draft: small change in Dan's tesselation code
This commit is contained in:
parent
91ab4c340a
commit
ac2963de4e
|
@ -4179,7 +4179,7 @@ class _Shape2DView(_DraftObject):
|
|||
obj.Projection = Vector(0,0,1)
|
||||
obj.ProjectionMode = ["Solid","Individual Faces","Cutlines","Cutfaces"]
|
||||
obj.HiddenLines = False
|
||||
obj.Tessellation = True
|
||||
obj.Tessellation = False
|
||||
obj.SegmentLength = .05
|
||||
_DraftObject.__init__(self,obj,"Shape2DView")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user