Arch: Place polylines in the XY plane by default in IFC export

This commit is contained in:
Yorik van Havre
2014-04-26 13:37:31 -03:00
parent 8f469bfd03
commit 710882d2a4
2 changed files with 18 additions and 12 deletions

View File

@@ -21,7 +21,11 @@
#* *
#***************************************************************************
"FreeCAD webgl exporter"
"""FreeCAD webgl exporter
options: importWebGL.wireframeStyle = "faceloop" (can also be "multimaterial" or None)
importWebGL.template = a complete html file, where $CameraData is a placeholder for the
FreeCAD camera, and $ObjectsData a placeholder for the FreeCAD objects."""
import FreeCAD,Draft,Part,DraftGeomUtils
from DraftTools import translate
@@ -31,10 +35,8 @@ if FreeCAD.GuiUp:
else:
FreeCADGui = None
tab = " "
tab = " " # the tab size
wireframeStyle = "faceloop" # this can be "faceloop", "multimaterial" or None
template = """<!DOCTYPE html>
<html>
<head>