PathScripts.PathToolBit Namespace Reference

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"
 

Function Documentation

◆ Declaration()

def PathScripts.PathToolBit.Declaration (   path)

◆ findRelativePathLibrary()

def PathScripts.PathToolBit.findRelativePathLibrary (   path)

◆ findToolBit()

def PathScripts.PathToolBit.findToolBit (   name,
  path = None 
)
findToolBit(name, path) ... search for name, if relative path look in path

◆ findToolLibrary()

def PathScripts.PathToolBit.findToolLibrary (   name,
  path = None 
)
findToolLibrary(name, path) ... search for name, if relative path look in path

◆ findToolShape()

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().

Variable Documentation

◆ Factory

PathScripts.PathToolBit.Factory = ToolBitFactory()

◆ Part

PathScripts.PathToolBit.Part = LazyLoader("Part", globals(), "Part")

◆ PropertyGroupShape

string PathScripts.PathToolBit.PropertyGroupShape = "Shape"