Several more classes, needs testing

This commit is contained in:
Ken Arroyo Ohori
2017-03-02 17:11:58 -06:00
parent 2cb53a860d
commit c9633273a6
6 changed files with 91 additions and 1 deletions
@@ -144,3 +144,8 @@ bool IfcGeom::CgalKernel::convert(const IfcSchema::IfcObjectPlacement* l, cgal_p
// CACHE(IfcObjectPlacement,l,trsf)
return true;
}
bool IfcGeom::CgalKernel::convert_wire_to_face(const cgal_wire_t& wire, cgal_face_t& face) {
face.outer = wire;
return true;
}