All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

KinematicsWorkbench (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Workbench
            |
            +---KinematicsWorkbench
 


Interface to access all Kinematics entities.

Property Index

Mechanisms
Returns the Mechanisms collection.

Properties


o Property Mechanisms() As CATIAMechanisms (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.