Trajectory Namespace Reference

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

Classes

class  TrajectoryCommand
 Class specifying Animate workbench's Trajectory button/command. More...
 
class  TrajectoryPanel
 Class providing funcionality to a Trajectory panel inside the TaskView. More...
 
class  TrajectoryProxy
 Proxy class for a DocumentObjectGroupPython Trajectory instance. More...
 
class  ViewProviderTrajectoryProxy
 Proxy class for Gui.ViewProviderDocumentObject Trajectory.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 Trajectory component of the Animate Workbench.

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

Variable Documentation

◆ PATH_TO_ICONS

Trajectory.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 Trajectory.py.

◆ PATH_TO_UI

Trajectory.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 Trajectory.py.