All Frameworks  Object Hierarchy  This Framework  Indexes   

AnalysisDocument (Object)

Represents the document object for analysis.
This objects is used for all CAE applications to defines specifications and managed associated results.
The document for analysis data is typed as ".CATAnalysis".
When an analysis document object is created, an analysis manager is also created.
This analysis manager is the root object at the top of the structure of the Analysis document.
See also:
Document

Property Index

Analysis
Returns the root analysis object from the current analysis document.

Properties


o Property Analysis() As (Read Only)
Returns the root analysis object from the current analysis document.
Example:
The following example returns in RootAnalysis the root analysis object of the active document, assumed to be an analysis document:
 Dim AnalysisDocument As Document
 Set AnalysisDocument = CATIA.ActiveDocument
 Dim RootAnalysis As AnalysisManager
 Set RootAnalysis = AnalysisDocument.Analysis

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