Assimp  v3.1.1 (June 2014)
IFCProfile.cpp File Reference

Read profile and curves entities from IFC files. More...

Namespaces

 Assimp
 MACHINE-GENERATED by scripts/ICFImporter/CppGenerator.py.
 
 Assimp::IFC
 

Functions

void Assimp::IFC::ProcessClosedProfile (const IfcArbitraryClosedProfileDef &def, TempMesh &meshout, ConversionData &conv)
 
bool Assimp::IFC::ProcessCurve (const IfcCurve &curve, TempMesh &meshout, ConversionData &conv)
 
void Assimp::IFC::ProcessOpenProfile (const IfcArbitraryOpenProfileDef &def, TempMesh &meshout, ConversionData &conv)
 
void Assimp::IFC::ProcessParametrizedProfile (const IfcParameterizedProfileDef &def, TempMesh &meshout, ConversionData &)
 
void Assimp::IFC::ProcessPolyLine (const IfcPolyline &def, TempMesh &meshout, ConversionData &)
 
bool Assimp::IFC::ProcessProfile (const IfcProfileDef &prof, TempMesh &meshout, ConversionData &conv)
 

Detailed Description

Read profile and curves entities from IFC files.