Classes | |
| class | FakeJob |
| class | Stock |
| class | StockCreateBox |
| class | StockCreateCylinder |
| class | StockFromBase |
| class | StockType |
Functions | |
| def | CreateBox (job, extent=None, placement=None) |
| def | CreateCylinder (job, radius=None, height=None, placement=None) |
| def | CreateFromBase (job, neg=None, pos=None, placement=None) |
| def | CreateFromTemplate (job, template) |
| def | SetupStockObject (obj, stockType) |
| def | shapeBoundBox (obj) |
| def | TemplateAttributes (stock, includeExtent=True, includePlacement=True) |
Variables | |
| Part = LazyLoader("Part", globals(), "Part") | |
| translate = FreeCAD.Qt.translate | |
| def PathScripts.PathStock.CreateBox | ( | job, | |
extent = None, |
|||
placement = None |
|||
| ) |
References PathScripts.PathStock.SetupStockObject(), and PathScripts.PathStock.shapeBoundBox().
Referenced by PathScripts.PathStock.CreateFromTemplate().
| def PathScripts.PathStock.CreateCylinder | ( | job, | |
radius = None, |
|||
height = None, |
|||
placement = None |
|||
| ) |
References PathScripts.PathStock.SetupStockObject(), and PathScripts.PathStock.shapeBoundBox().
Referenced by PathScripts.PathStock.CreateFromTemplate().
| def PathScripts.PathStock.CreateFromBase | ( | job, | |
neg = None, |
|||
pos = None, |
|||
placement = None |
|||
| ) |
References PathScripts.PathStock.SetupStockObject().
Referenced by PathScripts.PathStock.CreateFromTemplate().
| def PathScripts.PathStock.CreateFromTemplate | ( | job, | |
| template | |||
| ) |
| def PathScripts.PathStock.SetupStockObject | ( | obj, | |
| stockType | |||
| ) |
| def PathScripts.PathStock.shapeBoundBox | ( | obj | ) |
| def PathScripts.PathStock.TemplateAttributes | ( | stock, | |
includeExtent = True, |
|||
includePlacement = True |
|||
| ) |
| PathScripts.PathStock.Part = LazyLoader("Part", globals(), "Part") |
| PathScripts.PathStock.translate = FreeCAD.Qt.translate |