mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 05:27:59 +00:00
Fix IfcCurveBoundedPlane implementation
This commit is contained in:
@@ -619,7 +619,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcCurveBoundedPlane* l, TopoDS_S
|
|||||||
IfcGeom::Kernel::convert(l->BasisSurface(), pln);
|
IfcGeom::Kernel::convert(l->BasisSurface(), pln);
|
||||||
|
|
||||||
gp_Trsf trsf;
|
gp_Trsf trsf;
|
||||||
trsf.SetTransformation(pln.Position());
|
trsf.SetTransformation(pln.Position(), gp::XOY());
|
||||||
|
|
||||||
TopoDS_Wire outer;
|
TopoDS_Wire outer;
|
||||||
convert_wire(l->OuterBoundary(), outer);
|
convert_wire(l->OuterBoundary(), outer);
|
||||||
|
|||||||
Reference in New Issue
Block a user