Hi LWolf, thanks for the quick response but the issue I'm having is that these values show up on my draw sheet. I was wondering if there is a way to get them to change when I use a different option pin?
Hi,
Is there a wat to have a parameter change from a length to a string and vice versa using a rule?
Example:
If i change the "Pin Type" to another option I need the "Part Data Hole Size", "Hole Size Tol." and the "Hole Location Tol." to all say "N/A". Is this possible with a rule?
Thanks for the feedback, i will give it a try.
Would you happen to know how to hide/deactivate 3D text using a rule? I have tried both ways as shown below with no luck.
if `Pin Style` == "Round Slot"
{
`Annotation Set.1\Hole Size\Activity` = false
}
if `Pin Style` == "Round"
{
`Annotation...
Hello,
I'm looking to get a rule to add two parameters together when an "if" command is used in a rule.
If the `Width Offset Needed` = "RH" or "LH" then I need the `Name/Stock Size` parameter to update to include the added length of the `Width Offset Length`.
In other words, if the offset is...