Represents a behavior. Role: A behavior is a set of tasks performed on a technological object. It can be V5 command, CAA command, VBA command,
external application or behavior defined into the BKT product.
A behavior contains a set of variables: the inputs entered by the user and the outputs produced by the behavior.
This interface manipulates the characteristics of a behavior: children behaviors, inputs/outputs and activity.
Valuates an available output of the behavior.
The behavior must be in operating state, otherwise it fails.
It can be applicable from a CATIABehaviorVBScript Execution for instance.
Parameters:
pName
the name of the output
oValue
the value of the output
Example:
This example assigns to the published CATIAParameter Power of a Behavior Beh.
the value of BehPower
Dim BehPower as Parameter
...
Beh.PutOutput "Power", BehPower