[TD]make geom hatch lines on property change

This commit is contained in:
wandererfan
2020-03-17 19:51:29 -04:00
committed by WandererFan
parent 3c0d9d3d98
commit 072b6f11b1
3 changed files with 36 additions and 27 deletions

View File

@@ -110,6 +110,7 @@ public:
TopoDS_Compound getSectionFaces() { return sectionFaces;};
std::vector<TopoDS_Wire> getSectionFaceWires(void) { return sectionFaceWires; }
void makeLineSets(void) ;
std::vector<LineSet> getDrawableLines(int i = 0);
std::vector<PATLineSpec> getDecodedSpecsFromFile(std::string fileSpec, std::string myPattern);