Message 1 of 2
Run rule in a subassembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I placed a sub-assembly in a main assembly. The sub-assembly to be placed is selected by ilogic rules. So the name of sub-assembly changes every time. I placed constraints on this sub-assembly.
Constraints.AddFlush("", componentA, "Work Plane1", "PART:1", "XY Plane", offset := 0.0, biasPoint1 := Nothing, biasPoint2 := Nothing)
Now, I want to rule a rule in the sub-assembly. But I am getting an error.
iLogicVb.RunRule(componentA,, "Myrule")
How can I solve this?