Extend IfcGeomServer with calculated quantities

This commit is contained in:
Thomas Krijnen
2017-01-22 16:09:14 +01:00
parent 257c28d450
commit ac9505506c
2 changed files with 130 additions and 2 deletions
+7
View File
@@ -655,6 +655,13 @@ namespace IfcGeom {
return ret;
}
/// Gets the native (Open Cascade) representation of the current geometrical entity.
BRepElement<P>* get_native()
{
// TODO: Test settings and throw
return current_shape_model;
}
const Element<P>* getObject(int id) {
gp_Trsf trsf;