Create a title block with enhanced attributes

Create a title block with enhanced attributes

clowe_unit
Enthusiast Enthusiast
3,531 Views
10 Replies
Message 1 of 11

Create a title block with enhanced attributes

clowe_unit
Enthusiast
Enthusiast

Is there any way in Inventor that a title block with enhanced attributes and drop down menus can be created?  I had a title block in AutoCAD electrical that works great and would like to use a similar format for inventor drawings.  I am new to Inventor, so all help is appreciated.  Thank you

0 Likes
Accepted solutions (3)
3,532 Views
10 Replies
Replies (10)
Message 2 of 11

Xun.Zhang
Alumni
Alumni

Hello,

Is it possible to provide a sample for AutoCAD workflow with more details such as video since the question is not that clear though?

Generally speaking, it should doable but not sure for the details.

Thanks!


Xun
Message 3 of 11

jhackney1972
Consultant
Consultant

You can create an iLogic form to do what you desire.  In this link, the author shows you how to create a form using single list data but you could also add iLogic rules to create multi-value list from parameters.

John Hackney, Retired
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.

EESignature

Message 4 of 11

clowe_unit
Enthusiast
Enthusiast

Thus far this seems to be working and what I was looking for.  I am missing properties in the form editor though.  I looked up some help tips and most give more properties than I currently have.  Would there be an add-in for that?

Thanks for your help

0 Likes
Message 5 of 11

jhackney1972
Consultant
Consultant

Inventor iLogic and iLogic Forms are built into Inventor, there is no add-in.  You can use both to extract other data, such as parameters, into iProperties which you can then add to your title block form.  Your best bet is to post what iProperties you are looking for and where you what them to come from, ie from the model or from the drawing iProperties.  I believe any iProperty that is applied to the model such as heat treatment, finish, description, part number and material should always come from the model and drawing iProperties that apply to the drawing such as author, scale and required quantity should come from the drawing.  You can also use iLogic to create lists of available iProperties and add these to your title block form.

Mainly, you need to let people know what you want exactly as far a iProperties that you want to populate your title block.

John Hackney, Retired
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.

EESignature

Message 6 of 11

clowe_unit
Enthusiast
Enthusiast

This is strictly for a title block, it won't be referencing any models or parts specifically.  Just a title block that I can add drop down menus into for specific information. I have attached my AutoCAD version and that is basically what I am trying to create but in inventor.  

0 Likes
Message 7 of 11

kelly.young
Autodesk Support
Autodesk Support

Hello @clowe_unit I see that you are visiting as a new member to the Inventor Forum.
Welcome to the Autodesk Community!

 

You can create your own by simply typing the name of the parameter you want to define when creating the dimension, for example LENGTH=12.

NameParameter.png

 

You can also edit them from the Parameters tab.

 

ManageParameters.png

 

You can expand the Add Numeric to choose different User Parameters to create.

 

Parameters.png

 

You can also create Custom Parameters from the iProperties

 

iProperties.png

 

When in a Format Text Box you can Add Parameters and insert them for use. 

 

AddParameter.png

 

Please select the Accept as Solution button if a post solves your issue or answers your question.

0 Likes
Message 8 of 11

mcgyvr
Consultant
Consultant
Accepted solution

As you can see there are a few ways to accomplish all or some of what you want..

If you just want a prompt where you enter client name, address,etc... to pop up.. Thats VERY easy and can be done out of the box with no coding required..

 

But if you want some of those to be a dropdown list now you have added to the complexity and will be into the "code" (ilogic) world..

 

It would help if you stated EXACTLY what fields you want and which if any of those are drop downs and give some examples of those values in that list..

That way someone can provide a working example of what you want..

 

If you haven't already please state the version of Inventor you are using too as its not backwards compatible..

 



-------------------------------------------------------------------------------------------
Inventor 2023 - Dell Precision 5570

Did you find this reply helpful ? If so please use the Accept Solution button below.
Maybe buy me a beer through Venmo @mcgyvr1269
Message 9 of 11

jhackney1972
Consultant
Consultant
Accepted solution

I want to expand on what Mcgyvr mention as far as a directly entering prompted information into a title block.  This is NOT a recommended method of filling in an Inventor drawing title block since the information entered is not "Associative" and will not automatically update when the model or drawing iProperties change.  It is called prompted entry and is very similar to what you show in your screen capture.  The title block is created with "Prompted Entry" fields just like the attributes in an AutoCAD based title block are created.  These are added to the title block in your Inventor drawing template and when it is placed you receive a prompted entry dialog box to fill in the values. This does not require iLogic forms or routines and is very simple to do.  Again, I want to mention that this is NOT the recommended method of adding information to an Inventor title block because it is not associative.

Below is a screen capture of a prompted entry title block I created from one of my Inventor drawings as an example.  I have also attached the file for your inspection, it is in Inventor 2019 form.  When a template is opened with this type of prompted entry, the entry panel opens automatically.  Later on you can use the indicated box to edit the entries as needed.

Prompted Text Title Block.jpg

John Hackney, Retired
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.

EESignature

Message 10 of 11

mcgyvr
Consultant
Consultant
Accepted solution

If the information doesn't need to be tied to or pulled from model or drawing parameters/properties then there is nothing wrong with prompted entries and that is the method I would recommend using as the best solution in certain instances. Smiley Wink 

 

But yes there are likely better ways like trying to utilize drawing or model iproperties and pulling them into the titleblock so you only change them in one place and can utilize that iproperty in other files,etc...

 

 

 



-------------------------------------------------------------------------------------------
Inventor 2023 - Dell Precision 5570

Did you find this reply helpful ? If so please use the Accept Solution button below.
Maybe buy me a beer through Venmo @mcgyvr1269
Message 11 of 11

clowe_unit
Enthusiast
Enthusiast

Well, I guess I have learned I really don't know squat about inventor (I am an electrical EIT whom is dabbling in mechanical).  I will read all of this over, more than once and see which option will work best for me.  Thanks for all the tips and tricks 🙂  I am sure some if not most (once I get more familiar with inventor) will be very helpful in this minor task and many others.

0 Likes