All Frameworks  Object Hierarchy  This Framework  Indexes   

KinematicsWorkbench (Object)

Interface to access all Kinematics entities.

Property Index

Mechanisms
Returns the Mechanisms collection.

Properties


o 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
    

Copyright © 2003, Dassault Systèmes. All rights reserved.