Adding drawing user parameters to title block

Adding drawing user parameters to title block

jltw7PSW2
Enthusiast Enthusiast
1,418 Views
9 Replies
Message 1 of 10

Adding drawing user parameters to title block

jltw7PSW2
Enthusiast
Enthusiast

Hi,

 

I am in the process of creating a new title block, so far the plan is to add custom iProperties to the drawing template so we can make a form to edit stuff like: Parts location on machine, which machine, material certificate and more "custom values" that varies from part to part. 

 

But in this case I was hoping to add which machine the part belongs to as a dropdown in the from, I have managed this with a multi-value user parameter in the drawing template, however I cant figure out if it is possible to add this value to my title block?

 

Is there a way to do this?

jltw7PSW2_0-1688448489965.png

 

Thanks!

0 Likes
Accepted solutions (1)
1,419 Views
9 Replies
Replies (9)
Message 2 of 10

admaiora
Mentor
Mentor

Hi,

 

Something like that?

cdtttsss.gif

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

0 Likes
Message 3 of 10

jltw7PSW2
Enthusiast
Enthusiast
Well almost, I would like it to be a dropdown in the form to choose from, almost as if you do a custom iProperty with a "Yes or No" type data, it will then be a dropdown in the form, but I need custom values in the dropdown, not yes or no.
0 Likes
Message 4 of 10

admaiora
Mentor
Mentor

You have to do that with user params, you can't do a multivalue custom iprops, or you can do that with iLogic code (that change on the way your custom iprop)

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

0 Likes
Message 5 of 10

jltw7PSW2
Enthusiast
Enthusiast
Yes, I am aware that it needs to be done by user params, that is the title of my post.

My issue is I dont know how to display a user param in the title block
0 Likes
Message 6 of 10

admaiora
Mentor
Mentor

You have to do that, linking param and ipros, with iLogic

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

0 Likes
Message 7 of 10

jltw7PSW2
Enthusiast
Enthusiast
Okay, and do you know how one would do that?
0 Likes
Message 8 of 10

admaiora
Mentor
Mentor
Accepted solution

wd.gif

 

iProperties.Value("Custom", "MYCUSTOM")=MYPARAM

 You will find atatched the file.

 

Here some info about iLogic

 

https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-9372F2A9-377E-40AB-92AA-5FC371BACF8C

 

 

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

Message 9 of 10

jltw7PSW2
Enthusiast
Enthusiast
This is exactly what i needed, thank you very much!
0 Likes
Message 10 of 10

admaiora
Mentor
Mentor

You are welcome

Admaiora
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

_____________________________________________________________________________
Facebook | Twitter | Youtube

0 Likes