mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 03:33:48 +00:00
Small changes to curve segment handling for purpose of wrapper
This commit is contained in:
@@ -455,6 +455,7 @@ taxonomy::ptr mapping::map_impl(const IfcSchema::IfcCurveSegment* inst) {
|
||||
// @todo it might be suboptimal that we no longer have the spans now
|
||||
auto pwf = taxonomy::make<taxonomy::piecewise_function>();
|
||||
pwf->spans.push_back({ length, fn_transformed });
|
||||
pwf->instance = inst;
|
||||
return pwf;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user