General InformationThis opening ID is invoked when the computation BL exists and you generate the manufacturing requirement. This opening ID is used to customize the manufacturing requirements.
Input ObjectsInput objects must be of the following types:
Context Object Parameters
When the Context is Empty, the compute is launched for one time and the result will be same for all Requirements as ThisObject is the 3DReference.
SampleThe following sample illustrates how to set a type
/* CATRule signature (do not edit) : (ThisObject : #In Segment, Parameters : #In RuleContext) : #Void */ // variables declaration let typeReqSpec(String) let typeReq(String) // variables initialization ( to be calculated) set typeReqSpec = “ReqSpec_SAE” set typeReq = “Req_SAE” // set ReqSpecType Parameters. SetAttributeString("ReqSpecType", typeReqSpec) // set ReqSpecType Parameters.SetAttributeReal("ReqType ", typeReq) |