| static DxfHatch * createHatch |
( |
bool |
bSolid, |
|
|
const std::vector< std::vector< TechDraw::DxfEntity * > > & |
sectionFaces, |
|
|
HatchPat |
patFileInfo = HatchPat::SOLID, |
|
|
bool |
isShowEdgeLine = false, |
|
|
DxfVector |
centerPoint = DxfVector(0, 0, 0), |
|
|
double |
xScale = 1.0, |
|
|
double |
yScale = 1.0 |
|
) |
| |
|
static |