Skeleton for IfcObjectPlacement and IfcAxis2Placement3D

This commit is contained in:
Ken Arroyo Ohori
2017-02-07 19:51:16 -06:00
parent bae84b6753
commit 96e9c8ecc1
3 changed files with 48 additions and 2 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ IfcGeom::NativeElement<double>* IfcGeom::CgalKernel::create_brep_for_representat
cgal_placement_t trsf;
try {
// convert(product->ObjectPlacement(), trsf);
convert(product->ObjectPlacement(), trsf);
} catch (...) {}
// Does the IfcElement have any IfcOpenings?
@@ -146,7 +146,7 @@ IfcGeom::NativeElement<double>* IfcGeom::CgalKernel::create_brep_for_processed_r
cgal_placement_t trsf;
try {
// convert(product->ObjectPlacement(), trsf);
convert(product->ObjectPlacement(), trsf);
} catch (...) {}
std::string context_string = "";