18#ifndef PLATFORMALGORITHM_INTERFACE_PROFESSION_GEOLOGY_GEOLOGYFACTORY_H
19#define PLATFORMALGORITHM_INTERFACE_PROFESSION_GEOLOGY_GEOLOGYFACTORY_H
23#include "Base/Vector3D.h"
28 class IDocumentObject;
41 const std::string& objName =
"GeologyMeshSurface");
52 const std::vector<Base::Vector3d>& points,
53 const std::string& objName =
"GeologyMeshSurface",
70 const std::string& objName =
"GeologicalMountain",
85 const std::string& objName =
"GeologicalMountainCut",
94 const std::string& objName =
"GeologyMeshSurface");
98 const std::vector<Base::Vector3d>& points,
100 const std::string& objName =
"GeologyMeshSurface");
108 const std::string& objName =
"GeologicalMountain");
114 const std::string& booleanType,
文档接口类
Definition IDocument.h:43
Definition IDocumentObject.h:35
Definition BaseFigureFactory.h:28