IfcFlatMesh GetFlatMesh(uint32_t expressID, bool applyLinearScalingFactor = true);
For ts, bool parameter is not exported and thus we will always obtain scaled flatTransformation from GetFlatMesh function. This is causing some problems on our side, and thus it would be great to be able to change this default parameter accordingly.
IfcFlatMesh GetFlatMesh(uint32_t expressID, bool applyLinearScalingFactor = true);
For ts, bool parameter is not exported and thus we will always obtain scaled flatTransformation from GetFlatMesh function. This is causing some problems on our side, and thus it would be great to be able to change this default parameter accordingly.