11-07-2023
08:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-07-2023
08:16 PM
Thats good.
Its getting stuck on picking up the <G_H> parameter from the selected part.
I thought it'd work with one of occ/partDef/partDoc but I must be using it incorrectly in
If Parameter(occ, "G_H") >20 Then groove_depth = 1.42
if I use the part name like this..
If Parameter("963029 - SCH10 65NB - 200:1", "G_H")
it works fine, but it needs to work whatever the part name is.