All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATAnalysisInterfaces Interface CATISamAccess

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---MecModInterfaces.CATIContainerOfDocument
        |
        +---CATISamAccess
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISamAccess

Interface to access the containers of an Analysis document.
Role: Query this interface on a document to retrieve its containers.
If it succeeds you can access the

See also:
CATISamAnalysisContainer, CATAnalysisExplicitModel


Method Index


o GetExplicitContainer(CATIContainer*&)
Retrieves the field Model container of the analysis document.
o GetMeshingContainer(CATIContainer*&)
Retrieves the Meshing feature container of the document.
o GetPostproContainer(CATIContainer*&)
Retrieves the PostproContainer container of the document.

Methods


o GetExplicitContainer
public virtual HRESULT GetExplicitContainer(CATIContainer*& oContainer) = 0
Retrieves the field Model container of the analysis document.
This container will the result view of a Finite Element model.
Parameters:
oContainer
[out , CATBaseUnknown#Release] The field Model container.
o GetMeshingContainer
public virtual HRESULT GetMeshingContainer(CATIContainer*& oContainer) = 0
Retrieves the Meshing feature container of the document.
This container will manage the meshing specifications.
Parameters:
oContainer
[out , CATBaseUnknown#Release] The Meshingcontainer.
o GetPostproContainer
public virtual HRESULT GetPostproContainer(CATIContainer*& oContainer) = 0
Retrieves the PostproContainer container of the document.
This container will manage Images (for Finite Element visualization).
Parameters:
oContainer
[out , CATBaseUnknown#Release] The Postprocessing container.

This object is included in the file: CATISamAccess.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface

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