Fix IfcCurveBoundedPlane implementation

This commit is contained in:
Thomas Krijnen
2015-06-21 16:15:15 +00:00
parent e9eb7db620
commit e518146bd6
+1 -1
View File
@@ -619,7 +619,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcCurveBoundedPlane* l, TopoDS_S
IfcGeom::Kernel::convert(l->BasisSurface(), pln);
gp_Trsf trsf;
trsf.SetTransformation(pln.Position());
trsf.SetTransformation(pln.Position(), gp::XOY());
TopoDS_Wire outer;
convert_wire(l->OuterBoundary(), outer);