Skip to content

Commit

Permalink
Arch: fixed typo in IFC import
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Oct 22, 2016
1 parent 21260ae commit 96e9b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/importIFC.py
Expand Up @@ -1498,7 +1498,7 @@ def getRepresentation(ifcfile,context,obj,forcebrep=False,subtraction=False,tess

# extruded composite curve
else:
po = createCurve(ifcfile,p)
pol = createCurve(ifcfile,p)
profile = ifcfile.createIfcArbitraryClosedProfileDef("AREA",None,pol)

if profile and not(DraftVecUtils.isNull(extrusionv)):
Expand Down

0 comments on commit 96e9b7e

Please sign in to comment.