All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SetOfEquation (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---KnowledgeObject
            |
            +---KnowledgeActivateObject
              |
              +---Relation
                |
                +---SetOfEquation
 


Represents the set of equations object.

Method Index

GetMaxCalculationTime
Returns the maximum time of the model calculations.
GetPrecision
Returns the calculation precision.
GetSymbolcTransformations
Returns whether the Gauss method is used during the symbolic transformation.
IsStopDialog
Returns whether the "Stop Dialog" will be shown during calculations.
SetMaxCalculationTime
Sets a maximum time to the model calculations.
SetParameterAsInput
Specifies that the parameter must be considered as input parameter.
SetParameterAsOutput
Specifies that the parameter must be considered as an output parameter.
SetPrecision
Sets the calculation precision.
UseStopDialog
Specifies whether the 'Stop Dialog' should be shown during calculations.
UseSymbolcTransformations
Specifies whether the Gauss method should be used during the symbolic transformation.

Methods


o Func GetMaxCalculationTime() As long
Returns the maximum time of the model calculations.
o Func GetPrecision() As double
Returns the calculation precision.
o Func GetSymbolcTransformations() As boolean
Returns whether the Gauss method is used during the symbolic transformation.
TRUE if the Gauss method is used during the symbolic transformation.
o Func IsStopDialog() As boolean
Returns whether the "Stop Dialog" will be shown during calculations.
TRUE if the 'Stop Dialog' will be shown during calculations.
o Sub SetMaxCalculationTime(long iMaxTime)
Sets a maximum time to the model calculations.
o Sub SetParameterAsInput(CATIAParameter iParameter)
Specifies that the parameter must be considered as input parameter.
Parameters:
iParameter
The parameter to set up as input of the SetOfEquationObject
o Sub SetParameterAsOutput(CATIAParameter iParameter)
Specifies that the parameter must be considered as an output parameter.
Parameters:
iParameter
The parameter to set up as output of the SetOfEquationObject
o Sub SetPrecision(double iEps)
Sets the calculation precision.
Parameters:
iEps
a precision
Legal values: 1e-10 ≤ iEps ≤ 0.1
o Sub UseStopDialog(boolean iUsed)
Specifies whether the 'Stop Dialog' should be shown during calculations.
TRUE to show the 'Stop Dialog' during calculations.
o Sub UseSymbolcTransformations(boolean iGauss)
Specifies whether the Gauss method should be used during the symbolic transformation.
TRUE to use the Gauss method during the symbolic transformation.

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