Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a part opened, and I need Thickness parameter automatically to be imported to Stock Number.
This code works when rule exists in a part. But when there is a new part without this rule, and Rule runs externally, Stock Number does not receive Thickness parameter. Is there a way to overcome this? Maybe this syntax line is not enough for External Rule?
iProperties.Value("Project", "Stock Number") = "t = " & Thickness & " mm"
Solved! Go to Solution.