mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
#841 missing return value
This commit is contained in:
@@ -4447,6 +4447,7 @@ bool IfcGeom::Kernel::faceset_helper<CP, LP>::construct(const std::vector<double
|
|||||||
}
|
}
|
||||||
auto LU = kernel_->getValue(GV_LENGTH_UNIT);
|
auto LU = kernel_->getValue(GV_LENGTH_UNIT);
|
||||||
l->SetCoord(cp[0] * LU, cp[1] * LU, cp[2] * LU);
|
l->SetCoord(cp[0] * LU, cp[1] * LU, cp[2] * LU);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user