ABQOutputRequest (Object)

Represents the base interface for all output request objects.
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.
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"
Property Type() As (Read Only)
Returns the type of the output request.
Returns:
The string representing the type of the output request.
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.

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.
iSupport
The CATIA Reference specifying the region to which the output request is applied.

Refer: CATIAReference , CATIAProduct
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.
iPublication
The CATIA Publication specifying the region to which the output request is applied.

Refer: CATIAPublication
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.
iSupport
The CATIA Reference specifying the region to which the output request is applied.

Refer: CATIAReference
Sub SetOutputAtLastIncrement()
Sets request for output results at last increment.