Implementations for more parameterized profile definitions

This commit is contained in:
Thomas Krijnen
2014-03-08 17:21:39 +00:00
parent ec2ed06272
commit 7597f25db0
8 changed files with 406 additions and 97 deletions
+8 -1
View File
@@ -57,12 +57,19 @@ SHAPE(IfcHalfSpaceSolid);
FACE(IfcArbitraryProfileDefWithVoids);
FACE(IfcArbitraryClosedProfileDef);
FACE(IfcRoundedRectangleProfileDef);
FACE(IfcRectangleHollowProfileDef);
FACE(IfcRectangleProfileDef);
FACE(IfcIShapeProfileDef);
FACE(IfcTrapeziumProfileDef)
FACE(IfcCShapeProfileDef);
FACE(IfcIShapeProfileDef);
FACE(IfcLShapeProfileDef);
FACE(IfcTShapeProfileDef);
FACE(IfcUShapeProfileDef);
FACE(IfcZShapeProfileDef);
FACE(IfcCircleHollowProfileDef);
FACE(IfcCircleProfileDef);
FACE(IfcEllipseProfileDef);
FACE(IfcFace);
WIRE(IfcPolyline);