- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using the Rule “C360_OnPublishDrawing” to make a couple changes to a drawing based on user selections and I am having a problem with it when I upload to C360. One section of the code in particular seems to not be working:
If Parameter("LDDSMaster.iam.EOD")=False
ActiveSheet.View("VIEW1").View.BreakOperations(1).Delete
End If
What I want to happen is, if the EOD variable is False, I want all the drawing breaks to be deleted. This rule works perfectly in Inventor 2019 but when I upload it to C360 something goes wrong and it deletes all breaks no matter what the EOD variable is.
I'm successfully using the rest of the code in the rule to cleaning up dimensions, but the section to delete the drawing breaks is not working correctly.
Solved! Go to Solution.