Classes | |
class | CommandPathDressupTag |
class | HoldingTagMarker |
class | PathDressupTagTaskPanel |
class | PathDressupTagViewProvider |
Functions | |
def | addDebugDisplay () |
def | Create (baseObject, name="DressupTag") |
Variables | |
translate = FreeCAD.Qt.translate | |
def PathScripts.PathDressupTagGui.addDebugDisplay | ( | ) |
def PathScripts.PathDressupTagGui.Create | ( | baseObject, | |
name = "DressupTag" |
|||
) |
Create(basePath, name = 'DressupTag') ... create tag dressup object for the given base path. Use this command only iff the UI is up - for batch processing see PathDressupTag.Create
References PathScripts.PathDressupTagGui.Create().
Referenced by PathScripts.PathDressupTagGui.Create().
PathScripts.PathDressupTagGui.translate = FreeCAD.Qt.translate |