18#ifndef BIMHOMEBASE_GEOMETRYHATCH_H
19#define BIMHOMEBASE_GEOMETRYHATCH_H
21#include "Base/Math/Geometry/Geometry.h"
35 Hatch(
const std::vector<std::string>& mDimElements);
std::string mHatchType
Definition Hatch.h:79
void setElements(const std::vector< std::string > &elements)
设置几何对象元素
void setHatchType(std::string hatchType)
设置填充类型
void setGeoList(const std::vector< Geometry * > &geoList)
设置地理数据
std::vector< std::string > getElements()
获取几何对象元素
virtual Geometry * copy(void) const
std::vector< std::string > mHatchElements
Definition Hatch.h:78
std::vector< Geometry * > mHatchGeometry
Definition Hatch.h:80
std::string getHatchType()
获取填充类型
Hatch(const std::vector< std::string > &mDimElements)
设置三维填充的存储数组
std::vector< Geometry * > getGeoList() const
获取地理数据
Definition BaseFigureFactory.h:24