Variables | |
action | |
args = parser.parse_args() | |
doc = FreeCAD.openDocument(fname, False) | |
dsc = o.getDocumentationOfProperty(p) | |
string | enm = "" |
list | enum = [] |
g = args.move.split(":") | |
dictionary | group = GroupMap.get(grp) |
dictionary | GroupMap = {} |
grp = o.getGroupOfProperty(p) | |
help | |
metavar | |
nargs | |
parser = argparse.ArgumentParser() | |
s = args.set.split("=") | |
set_val = None | |
set_var = None | |
ttp = PathPropertyBag.getPropertyTypeName(typ) | |
typ = o.getTypeIdOfProperty(p) | |
val = PathUtil.getProperty(o, p) | |
toolbit-attributes.action |
toolbit-attributes.args = parser.parse_args() |
toolbit-attributes.doc = FreeCAD.openDocument(fname, False) |
toolbit-attributes.dsc = o.getDocumentationOfProperty(p) |
string toolbit-attributes.enm = "" |
toolbit-attributes.enum = [] |
toolbit-attributes.g = args.move.split(":") |
dictionary toolbit-attributes.group = GroupMap.get(grp) |
dictionary toolbit-attributes.GroupMap = {} |
toolbit-attributes.grp = o.getGroupOfProperty(p) |
toolbit-attributes.help |
toolbit-attributes.metavar |
toolbit-attributes.nargs |
toolbit-attributes.parser = argparse.ArgumentParser() |
toolbit-attributes.s = args.set.split("=") |
toolbit-attributes.set_val = None |
toolbit-attributes.set_var = None |
toolbit-attributes.ttp = PathPropertyBag.getPropertyTypeName(typ) |
toolbit-attributes.typ = o.getTypeIdOfProperty(p) |
toolbit-attributes.val = PathUtil.getProperty(o, p) |