------------------------------------------------------------------------------------------------
| 98 | |
| 99 | // ------------------------------------------------------------------------------------------------ |
| 100 | void ProcessOpenProfile(const Schema_2x3::IfcArbitraryOpenProfileDef& def, |
| 101 | TempMesh& meshout, |
| 102 | ConversionData& conv) { |
| 103 | ProcessCurve(def.Curve,meshout,conv); |
| 104 | } |
| 105 | |
| 106 | // ------------------------------------------------------------------------------------------------ |
| 107 | void ProcessParametrizedProfile(const Schema_2x3::IfcParameterizedProfileDef& def, |
no test coverage detected