Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Supression component in Sub-Assembly

jam_bhatti
Enthusiast

Supression component in Sub-Assembly

jam_bhatti
Enthusiast
Enthusiast

I am facing some error while suppressing componet in subassembly.

i have try to fix it by LOD but it still unresolved.

by right clicking in main assembly is able to suppress but by rule is not.

Note:edit within in main assembly showing suppress option is disable.

 

SyntaxEditor Code Snippet

If REPAD1 = True Then
Component.IsActive(MakePath("Nozzle-01:1", "NozzleRepad-01:1")) = True
Else Component.IsActive(MakePath("Nozzle-01:1", "NozzleRepad-01:1")) = False
End If

 

Suppress Repad.png

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at iLogic.DelayedRuleRunner.RunRulesExecute()
at iLogic.DelayedRuleRunner.RunRules()
at iLogic.DelayedRuleRunner.ExitDelayedRuleRunningMode(Boolean doRunRules)
at Autodesk.iLogic.UiBuilder.UiLayoutControl.applyButton_Click(Object sender, EventArgs e)
at DevExpress.XtraEditors.BaseButton.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at DevExpress.Utils.Controls.ControlBase.WndProc(Message& m)
at DevExpress.XtraEditors.BaseControl.WndProc(Message& msg)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

0 Likes
Reply
Accepted solutions (1)
667 Views
2 Replies
Replies (2)

jam_bhatti
Enthusiast
Enthusiast

i need forum support to identify where is the problem and what is solution.

 

 

0 Likes

jam_bhatti
Enthusiast
Enthusiast
Accepted solution

The Problem Solved with LOD snippet adding in sub-assembly too.

 

 

0 Likes