MCPcopy Create free account
hub / github.com/assimp/assimp / ProcessOpenProfile

Function ProcessOpenProfile

code/AssetLib/IFC/IFCProfile.cpp:100–104  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

ProcessProfileFunction · 0.85

Calls 1

ProcessCurveFunction · 0.85

Tested by

no test coverage detected