Classes | |
class | ToolBit |
class | ToolBitFactory |
Functions | |
def | Declaration (path) |
def | findRelativePathLibrary (path) |
def | findToolBit (name, path=None) |
def | findToolLibrary (name, path=None) |
def | findToolShape (name, path=None) |
Variables | |
Factory = ToolBitFactory() | |
Part = LazyLoader("Part", globals(), "Part") | |
string | PropertyGroupShape = "Shape" |
def PathScripts.PathToolBit.Declaration | ( | path | ) |
Referenced by PathScripts.PathToolBit.ToolBitFactory.CreateFrom().
def PathScripts.PathToolBit.findRelativePathLibrary | ( | path | ) |
def PathScripts.PathToolBit.findToolBit | ( | name, | |
path = None |
|||
) |
findToolBit(name, path) ... search for name, if relative path look in path
def PathScripts.PathToolBit.findToolLibrary | ( | name, | |
path = None |
|||
) |
findToolLibrary(name, path) ... search for name, if relative path look in path
def PathScripts.PathToolBit.findToolShape | ( | name, | |
path = None |
|||
) |
findToolShape(name, path) ... search for name, if relative path look in path
Referenced by PathScripts.PathToolBit.ToolBit.getBitThumbnail(), and PathScripts.PathToolBit.ToolBit.onDelete().
PathScripts.PathToolBit.Factory = ToolBitFactory() |
PathScripts.PathToolBit.Part = LazyLoader("Part", globals(), "Part") |
string PathScripts.PathToolBit.PropertyGroupShape = "Shape" |