Right-click Hole.1 and select Properties.
In the Update Status frame, check the Deactivated
check box. Click OK to close the window.
Access the Knowledge Expert workbench,
then click Expert Check
.
In the dialog box which is displayed, enter a check name and a comment,
then click OK.
The Expert Check Editor is displayed.
Select the Condition tab and enter the
check below:
(for all)
H:Hole H.Activity == true
In the Correction tab, select Visual
Basic Language as correction method and enter the script below
into the edition box:
Dim oPart1 As Part Set oPart1 = H.Parent.Parent.Parent.Parent oPart1.Activate H oPart1.Update
Select the Report tab and enter the text
below into the Help Message edition box:
Checks that all the holes are activated
Click OK to add the check to the rule
base, then click Solve
to solve the rule base.
In the specification tree, the check icon
is red indicating that not all the part holes are activated.
Right-click Check.1 and select Check.1 object >
Correct function.
In the specification tree, the check icon is green
indicating that all the part holes are activated.