Role: The ABQOutputRequest interface manages the common attributes of any output requests.
Properties
- Property ActivationStatus() As
-
Sets or returns the activation status.
- Returns:
- A boolean specifying whether the output request is activated or deactivated. dd>
- Property NumIncrementFrequency( iNumIncrementFrequency) (Write Only)
- Sets request for output results at specified increment.
- Property Status() As (Read Only)
-
Returns the propagating status of the output request.
- Returns:
- The propagating status for example: if the output request feature is created, it will return "CREATED" if the output request feature is propagated from previous step, it will return "PROPAGATED" if the output request feature is modified in current step, it will return "MODIFIED" dd>
- Property Type() As (Read Only)
-
Returns the type of the output request.
- Returns:
- The string representing the type of the output request. dd>
- Property WholeModelAsSupp() As
-
Sets or returns whether the whole model is selected as support.
A value of true indicates that the whole model is selected as support.
- Returns:
- A boolean specifying whether the whole model is selected as support. dd>
Methods
- Sub AddSupportFromProduct( iProduct, iSupport)
-
Creates a new support and adds it to the description of the Analysis Entity.
- Parameters:
-
- iProduct
- The CATIA Product specifying the object to which the output request is applied.
dd> - iSupport
- The CATIA Reference specifying the region to which the output request is applied.
Refer: CATIAReference , CATIAProduct dd>
- Sub AddSupportFromPublication( iProduct, iPublication)
-
Creates a new support and adds it to the description of the Analysis Entity.
- Parameters:
-
- iProduct
- The CATIA Product specifying the object to which the output request is applied.
dd> - iPublication
- The CATIA Publication specifying the region to which the output request is applied.
Refer: CATIAPublication dd>
- Sub AddSupportFromReference( iReference, iSupport)
-
Creates a new support and adds it to the description of the Analysis Entity.
- Parameters:
-
- iReference
- The CATIA Reference specifying the object to which the output request is applied.
dd> - iSupport
- The CATIA Reference specifying the region to which the output request is applied.
Refer: CATIAReference dd>
- Sub SetOutputAtLastIncrement()
- Sets request for output results at last increment.