toolbit-attributes Namespace Reference

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)
 

Variable Documentation

◆ action

toolbit-attributes.action

◆ args

toolbit-attributes.args = parser.parse_args()

◆ doc

toolbit-attributes.doc = FreeCAD.openDocument(fname, False)

◆ dsc

toolbit-attributes.dsc = o.getDocumentationOfProperty(p)

◆ enm

string toolbit-attributes.enm = ""

◆ enum

toolbit-attributes.enum = []

◆ g

toolbit-attributes.g = args.move.split(":")

◆ group

dictionary toolbit-attributes.group = GroupMap.get(grp)

◆ GroupMap

dictionary toolbit-attributes.GroupMap = {}

◆ grp

toolbit-attributes.grp = o.getGroupOfProperty(p)

◆ help

toolbit-attributes.help

◆ metavar

toolbit-attributes.metavar

◆ nargs

toolbit-attributes.nargs

◆ parser

toolbit-attributes.parser = argparse.ArgumentParser()

◆ s

toolbit-attributes.s = args.set.split("=")

◆ set_val

toolbit-attributes.set_val = None

◆ set_var

toolbit-attributes.set_var = None

◆ ttp

toolbit-attributes.ttp = PathPropertyBag.getPropertyTypeName(typ)

◆ typ

toolbit-attributes.typ = o.getTypeIdOfProperty(p)

◆ val

toolbit-attributes.val = PathUtil.getProperty(o, p)