[TechDraw] Add Owner property to Symbols

This commit is contained in:
pavltom
2024-02-11 13:53:48 +01:00
committed by WandererFan
parent ce2bd168d5
commit c21dca3a21
18 changed files with 254 additions and 27 deletions

View File

@@ -347,6 +347,8 @@ class TechDrawExport Face
~Face();
TopoDS_Face toOccFace() const;
std::vector<Wire *> wires;
Base::Vector3d getCenter() const;
};
using FacePtr = std::shared_ptr<Face>;