Public Member Functions | |
def | execute (self, obj) |
def | getDXF (self, obj) |
Public Member Functions inherited from draftobjects.base.DraftObject | |
def | onChanged (self, obj, prop) |
Additional Inherited Members | |
Public Attributes inherited from draftobjects.base.DraftObject | |
Type | |
Detailed Description
The Draft DrawingView object OBSOLETE: this class is obsolete, since Drawing was substituted by TechDraw.
Member Function Documentation
◆ execute()
def draftobjects.drawingview.DrawingView.execute | ( | self, | |
obj | |||
) |
This method is run when the object is created or recomputed. Override this method to produce effects when the object is newly created, and whenever the document is recomputed. By default it does nothing. Parameters ---------- obj : the scripted object. This commonly may be of types `Part::Part2DObjectPython`, `Part::FeaturePython`, or `App::FeaturePython`.
Reimplemented from draftobjects.base.DraftObject.
Referenced by PathScripts.PathDressupDogbone.ObjectDressup.boneStateList(), ArchSite.Compass.buildCoordinates(), PathScripts.PathDressupHoldingTags.ObjectTagDressup.generateTags(), ArchSchedule.CommandArchSchedule.IsActive(), Mod.PartDesign.Scripts.Spring.MySpring.onChanged(), Mod.PartDesign.Scripts.Epitrochoid.Epitrochoid.onChanged(), Mod.PartDesign.Scripts.Parallelepiped.Parallelepiped.onChanged(), Mod.PartDesign.Scripts.DistanceBolt.DistanceBolt.onChanged(), Mod.PartDesign.Scripts.Parallelepiped.BoxCylinder.onChanged(), PathScripts.PathStock.StockFromBase.onChanged(), PathScripts.PathStock.StockCreateBox.onChanged(), PathScripts.PathStock.StockCreateCylinder.onChanged(), and FeaturePython.DistanceBolt.onChanged().
◆ getDXF()
def draftobjects.drawingview.DrawingView.getDXF | ( | self, | |
obj | |||
) |
The documentation for this class was generated from the following file:
- src/Mod/Draft/draftobjects/drawingview.py