mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
Major update: taxonomy shared pointers, collection type safety, work towards hashing
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
using namespace ifcopenshell::geometry;
|
||||
|
||||
#ifdef SCHEMA_HAS_IfcSurfaceCurve
|
||||
taxonomy::item* mapping::map_impl(const IfcSchema::IfcSurfaceCurve* inst) {
|
||||
taxonomy::ptr mapping::map_impl(const IfcSchema::IfcSurfaceCurve* inst) {
|
||||
// @todo take into account PCurves.
|
||||
return map(inst->Curve3D());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user