- From the Quality Rules Capture section, select Insert
New Check .
- In the check dialog box
- Enter the name of the check.
- Select the language.
- Check True in Without Input.
- Click OK.
The Check Editor appears.
- In the Condition Tab
- If you need to apply the check on the active object, enter
Let Root( Feature )
Root =GetRootUI()
- If you want all contexts added to the PLMRuleSet or Rulebase, enter
Let RB( KWERuleBase )
RB = ThisCheck.GetRuleBase( )
or Let Roots( List )
Roots = RB.GetRootsOfFacts()
|