mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
Fix some mapping errors
This commit is contained in:
@@ -44,10 +44,7 @@ taxonomy::item* mapping::map_impl(const IfcSchema::IfcIndexedPolyCurve* inst) {
|
||||
|
||||
int max_index = (int) points.size();
|
||||
|
||||
taxonomy::loop* loop;
|
||||
|
||||
// ignored, just for capturing the curve parameters on the null check
|
||||
double u, v;
|
||||
auto loop = new taxonomy::loop;
|
||||
|
||||
if(inst->Segments()) {
|
||||
aggregate_of_instance::ptr segments = *inst->Segments();
|
||||
|
||||
Reference in New Issue
Block a user