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
- Specification container that implement the CATISamAnalysisContainer Interface
by using the standard GetSpecContainer method
- Field Model container
- PostproContainer container
- 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
-
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
-
Retrieves the Meshing feature container of the document.
This container will manage the meshing specifications.
- Parameters:
-
- oContainer
- [out , CATBaseUnknown#Release] The Meshingcontainer.
o GetPostproContainer
-
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