All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATAnalysisInterfaces Interface CATISamAnalysisContext
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATISamAnalysisContext
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISamAnalysisContext
Interface to define the usage context of an application based on CATISAMWorkshop.
Role:
Two contexts to customize an Analysis Workshop:
- "Designer" is used for a GPS application. (Generative one)
- "AdvancedMeshing" is used to work with meshing edition.
Method Index
- o
GetContext(CATSamAnalysisContext&)
- Retrieves the context of the CATAnalysis document.
- o
GetContext(CATString&)
- Retrieves the context of the Workshop.
- o
GetVisuModes(CATSamVisuMode&,CATSamVisuMode&)
- Retrieves the default and global context visualization mode.
- o
SetContext(CATSamAnalysisContext&)
- Sets the context of the CATAnalysis document.
- o
SetContext(CATString&)
- Sets the context of the Workshop.
- o
SetVisuModes(CATSamVisuMode,CATSamVisuMode,CATBoolean,CATBoolean)
- Sets the default and global context visualization mode.
Methods
o GetContext
-
Retrieves the context of the CATAnalysis document.
- Parameters:
-
- oContext
- the context.
o GetContext
-
Retrieves the context of the Workshop.
- Parameters:
-
- oContext
- context name.
o GetVisuModes
-
Retrieves the default and global context visualization mode.
- Parameters:
-
- oDefaultMode
- the default visualization mode.
- oGlobalMode
- the global visualization mode.
o SetContext
-
Sets the context of the CATAnalysis document.
- Parameters:
-
- iContext
- the context.
o SetContext
-
Sets the context of the Workshop.
- Parameters:
-
- iContext
- context name.
o SetVisuModes
-
Sets the default and global context visualization mode.
- Parameters:
-
- iDefaultMode
- the default visualization mode.
- iGlobalMode
- the global visualization mode.
- iPropagated
- TRUE if modes are valuated due to propagation mechanism
- iUpdatVisu
- TRUE if Entities visulaization must be refreshed
This object is included in the file: CATISamAnalysisContext.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface