RobTranslation Namespace Reference

Classes related to the RobTranslation component of the Animate Workbench. More...

Classes

class  RobTranslationCommand
 Class specifying Animate workbench's RobTranslation button/command. More...
 
class  RobTranslationProxy
 Proxy class for a DocumentObjectGroupPython RobTranslation instance. More...
 
class  ViewProviderRobTranslationProxy
 Proxy class for Gui.ViewProviderDocumentObject RobTranslation.ViewObject. More...
 

Variables

 PATH_TO_ICONS
 Path to a folder with the necessary icons. More...
 
 PATH_TO_UI
 Path to a folder with the necessary user interface files. More...
 

Detailed Description

Classes related to the RobTranslation component of the Animate Workbench.

The classes in this module provide funcionality for a DocumentObjectGroupPython RobTranslation instance and creates a command to be used in a workbench.

Variable Documentation

◆ PATH_TO_ICONS

RobTranslation.PATH_TO_ICONS
Initial value:
1 = path.join(FreeCAD.getHomePath(), "Mod", "Animate", "Resources",
2  "Icons")

Path to a folder with the necessary icons.

Definition at line 47 of file RobTranslation.py.

◆ PATH_TO_UI

RobTranslation.PATH_TO_UI
Initial value:
1 = path.join(FreeCAD.getHomePath(), "Mod", "Animate", "Resources",
2  "UIs")

Path to a folder with the necessary user interface files.

Definition at line 51 of file RobTranslation.py.