[TD]improve handling of Assembly4 Models

This commit is contained in:
wandererfan
2019-10-24 13:40:33 -04:00
committed by WandererFan
parent 1f77bcc0d7
commit f4829a5deb
7 changed files with 306 additions and 138 deletions

View File

@@ -161,9 +161,12 @@ public:
gp_Pln getProjPlane(void) const;
virtual std::vector<TopoDS_Wire> getWireForFace(int idx) const;
virtual TopoDS_Shape getSourceShape(void) const;
virtual std::vector<TopoDS_Shape> getShapesFromObject(App::DocumentObject* docObj) const;
/* virtual std::vector<TopoDS_Shape> getShapesFromObject(App::DocumentObject* docObj) const; */
virtual TopoDS_Shape getSourceShapeFused(void) const;
/* std::vector<TopoDS_Shape> extractDrawableShapes(TopoDS_Shape shapeIn) const;*/
bool isIso(void) const;
virtual int addCosmeticVertex(Base::Vector3d pos);