KinematicsWorkbench (Object)

Interface to access all Kinematics entities.

Properties


Property Mechanisms() As (Read Only)
Returns the Mechanisms collection.
Returns:
The Mechanisms collection
Example:
This example retrieves the Mechanisms collection of the active document.
    Dim TheKinWorkbench As Workbench
    Set TheKinWorkbench = CATIA.ActiveDocument.GetWorkbench ( "KinematicsWorkbench" )
    Dim TheMechanismsList As Mechanisms
    Set TheMechanismsList = TheKinWorkbench.Mechanisms