All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATISamDefineSolution
Usage: you can freely reimplement this interface.
interface CATISamDefineSolution
Specify Solution Sets parameters.
Role: In order to create a solution set, this interface allow to defined the
required input sets that are usefull to define this solution. This interface is used by the
CATSamCreateCaseCmd in order to define a command that create new analysis case associated to the solution type.
For this, define an header as follow:
static CATUnicodeString Solution("MyLateTypeSolution"); new AniCommandHeader ( "CAAAniInsertCase" , "CATAnalysisModelerUI" , "CATSamCreateCaseCmd" ,(void *) &Solution);
It allow also to define automatically if some sensors need to be created with the solution and to create them.
public virtual int DefineDefaultSensors( | const CATBoolean | iCreateSensor, |
const CATISamAnalysisSet* | iNewSolution) = 0 |
public virtual HRESULT GetSetsForDefinition( | int& | oNbDefineSets, |
CATSamDefineSet*& | oDefineSets) = 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.