Draft: small fix in DXF importer
This commit is contained in:
parent
c31b661004
commit
f2cb5394e1
|
@ -157,7 +157,7 @@ def getdimheight(style):
|
|||
if a.type == "dimstyle":
|
||||
if rawValue(a,2) == style:
|
||||
return rawValue(a,140)
|
||||
return None
|
||||
return 1
|
||||
|
||||
def calcBulge(v1,bulge,v2):
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue
Block a user