18#ifndef PLATFORMALGORITHM_SWEEPFACTORY_H
19#define PLATFORMALGORITHM_SWEEPFACTORY_H
24#include <Base/Placement.h>
28 class IDocumentObject;
109 static App::IDocumentObject*
creatPipeByLine(
App::IDocumentObject* pIObj,
double dRadius,
bool bSolid,
bool bRuled,
bool bClosed,
double dDeflection,
int Continuity,
bool bIntegral,
double tol,
const std::string& sObjname =
"Sweep",
App::IDocument* pIDoc =
nullptr);
195 const std::string& objName =
"Sweep"
文档接口类
Definition IDocument.h:43
Definition IDocumentObject.h:35
Definition BaseFigureFactory.h:28
Definition BaseFigureFactory.h:24