mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 13:46:54 +00:00
shell based surface model
This commit is contained in:
@@ -224,6 +224,10 @@ taxonomy::item* mapping::map_impl(const IfcSchema::IfcFaceBasedSurfaceModel* ins
|
|||||||
return map_to_collection(this, inst->FbsmFaces());
|
return map_to_collection(this, inst->FbsmFaces());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
taxonomy::item* mapping::map_impl(const IfcSchema::IfcShellBasedSurfaceModel* inst) {
|
||||||
|
return map_to_collection(this, inst->SbsmBoundary());
|
||||||
|
}
|
||||||
|
|
||||||
taxonomy::item* mapping::map_impl(const IfcSchema::IfcManifoldSolidBrep* inst) {
|
taxonomy::item* mapping::map_impl(const IfcSchema::IfcManifoldSolidBrep* inst) {
|
||||||
// @todo voids
|
// @todo voids
|
||||||
return map(inst->Outer());
|
return map(inst->Outer());
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
BIND(IfcProduct);
|
BIND(IfcProduct);
|
||||||
|
|
||||||
// BIND(IfcShellBasedSurfaceModel);
|
BIND(IfcShellBasedSurfaceModel);
|
||||||
BIND(IfcFaceBasedSurfaceModel);
|
BIND(IfcFaceBasedSurfaceModel);
|
||||||
BIND(IfcRepresentation);
|
BIND(IfcRepresentation);
|
||||||
BIND(IfcMappedItem);
|
BIND(IfcMappedItem);
|
||||||
|
|||||||
Reference in New Issue
Block a user