1. Also emit Plan and Axis shape representations and IfcTopologyRepresentations if requested. 2. Add serialization for curves. 3. In Python add option to specify representation for which to generate shape.

This commit is contained in:
Thomas Krijnen
2015-04-22 09:15:48 +00:00
parent 53f625346f
commit c97cf661a2
25 changed files with 495 additions and 112 deletions
@@ -74,7 +74,7 @@ def create_shape(settings, inst):
def iterate(settings, filename):
it = iterator(settings, filename)
if it.findContext():
if it.initialize():
while True:
yield it.get()
if not it.next(): break