18#ifndef PLATFORMALGORITHM_INTERFACE_SURFACEFACTORY_H
19#define PLATFORMALGORITHM_INTERFACE_SURFACEFACTORY_H
25#include "Base/Vector3D.h"
29 class IDocumentObject;
168 std::vector<App::IDocumentObject*> shapeList,
169 std::vector<std::string> shapeListNames,
170 const std::string& objName =
"Sections"
191 const std::string& centerPointName,
192 const std::string& axis,
194 double latitudeStartAngle,
195 double latitudeEndAngle,
196 double longitudeStartAngle,
197 double longitudeEndAngle,
198 const std::string& objName =
"SphereSurface"
218 const std::string& originObjName,
219 const std::string& axisStr,
221 const double length1,
222 const double length2,
224 const std::string& objName =
"FeatureCylindricalFace"
文档接口类
Definition IDocument.h:43
Definition IDocumentObject.h:35
Definition BaseFigureFactory.h:28
Definition BaseFigureFactory.h:24