CollisionObject Namespace Reference

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

Classes

class  CollisionProxy
 Proxy class for a FeaturePython Collision instance. More...
 
class  ViewProviderCollisionProxy
 Proxy class for a Gui.ViewProviderDocumentObject Collision.ViewObject. More...
 

Variables

 PATH_TO_ICONS
 Path to a folder with the necessary icons. More...
 

Detailed Description

Classes related to the Collision component of the Animate Workbench.

The classes in this module provides funcionality for a FeaturePython Collision instance made to highlight overlapping shapes by a CollisionDetector.

Variable Documentation

◆ PATH_TO_ICONS

CollisionObject.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 40 of file CollisionObject.py.