| BIMHome v1.0.0
    BIMHome接口文档说明 | 
#include <LoftFactory.h>
| 静态 Public 成员函数 | |
| static App::IDocumentObject * | createLoft (const std::vector< App::IDocumentObject * > &vSections, bool bSolid, bool bRuled, bool bClosed, long lMaxDegree, const std::string &sObjname="Loft", App::IDocument *pIDoc=nullptr) | 
| 创建放样 | |
| static void | updateLoftParameters (App::IDocumentObject *pIObj, const std::vector< App::IDocumentObject * > &vSections, bool bSolid, bool bRuled, bool bClosed, long lMaxDegree) | 
| 更新放样 | |