I want to create a small window with title on part and sheet metal

I want to create a small window with title on part and sheet metal

cekol20
Contributor Contributor
1,049 Views
15 Replies
Message 1 of 16

I want to create a small window with title on part and sheet metal

cekol20
Contributor
Contributor

Hello everyone,

I have a question. Is it posibble to create line in part view for fill a title witout click on iproperties?

I want to see small field for write there title of parts.

Thanks for Your help!

0 Likes
Accepted solutions (1)
1,050 Views
15 Replies
Replies (15)
Message 2 of 16

CGBenner
Community Manager
Community Manager

Hello, and welcome. 

I am having a hard time understanding what you would like to do.  Would you be able to share an image of what you are looking for?

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!


Chris Benner
Community Manager

0 Likes
Message 3 of 16

EdvinTailwind
Collaborator
Collaborator

I understand this as you want to have easier access to the Title property? I don't think there is any standard solution, but plugins are available. We use iTools by Swedish company Cadcraft (now owned by NTI, I'm not sure how their current offering looks like), where we have a custom-built property-tab that looks like this:

 

EdvinTailwind_0-1722510307266.png

 

Some values correspond to iProperties, and some are custom ones.

 

Message 4 of 16

CGBenner
Community Manager
Community Manager

@cekol20 Hello, do you still need help with this question?

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!


Chris Benner
Community Manager

0 Likes
Message 5 of 16

Frederick_Law
Mentor
Mentor

You can use iLogic, macro or addin to make popup Window (dialog box).

0 Likes
Message 6 of 16

cekol20
Contributor
Contributor

Yes, still I need to help with this. I want to have easier access for titile of part. The number of part is assigned automatically but I need to fill a title of part. I dont want to lose a time for open iproperties in every parts. I want to create a strip seem like below. Is it posssible, If yes tell me how ;), thanks!

 

cekol20_0-1723012928169.png

 

 

0 Likes
Message 7 of 16

CGBenner
Community Manager
Community Manager

@cekol20 

From previous responses, it looks like what you are trying to do is possible through customization.  I am moving this post to the Inventor Programming forum.  Maybe someone in there can offer a solution, or help you find what you need.  Good luck.

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!


Chris Benner
Community Manager

Message 8 of 16

AndrewHumiston
Advocate
Advocate

Good Afternoon,

 

Are you looking for something like this?

AndrewHumiston_0-1723135967543.png

 

 

This is done by going to the Annotate tab and clicking General Note, select a screen quadrant i choose upper right:

AndrewHumiston_1-1723135990047.png

 

Add some Text as a label in my example "Description:" then select the type of property you want to use under Type:

AndrewHumiston_2-1723135678994.png

In my Example i use standard iproperites, then select the source, in an assembly i choose the primary model, or a part file would not have this selection:

AndrewHumiston_3-1723135725362.png

Select which property you'd like to select:

AndrewHumiston_4-1723135751904.png

then click the add parameter icon

AndrewHumiston_6-1723135795024.png

then click ok, and you will have that text displaying what ever you like.

 

i hope this helps, please accept as a solution if this solves you question, if not lets get it figured out!

 

 

Message 9 of 16

cekol20
Contributor
Contributor

@AndrewHumiston 

Exactly like this but also I need edit from main page a name of part.

0 Likes
Message 10 of 16

AndrewHumiston
Advocate
Advocate

to do that you would need to use a custom user form and some ilogic.

 

are you looking to edit these values?

0 Likes
Message 11 of 16

cekol20
Contributor
Contributor

@AndrewHumiston 

Yes, I want to edit this from main page of creating part or sheet metal.

0 Likes
Message 12 of 16

AndrewHumiston
Advocate
Advocate

Are you asking for a from in the part file? or inside the *.idw?

Message 13 of 16

cekol20
Contributor
Contributor

I asked about edition from part page (.ipt).

0 Likes
Message 14 of 16

AndrewHumiston
Advocate
Advocate

You will need to create a user from in the ilogic window right click in the gray area and select Add Form:

AndrewHumiston_0-1724080932224.png

Click iProperties on the top of the form:

AndrewHumiston_1-1724080969064.png

Click and drag the properties to the right:

AndrewHumiston_2-1724080996253.png

Ensure Modal is set to false, this allows you to work with inventor while this form is open:

AndrewHumiston_3-1724081053054.png

Select ok to close the form editor

 

Select you new form by clicking in the forms tab:

AndrewHumiston_4-1724081096734.png

 

AndrewHumiston_5-1724081112883.png

Change your values :

AndrewHumiston_6-1724081142674.png

i hope this helps, if this solves your issue, please accept solution to help others better find this answer. 

 

thank you!

0 Likes
Message 15 of 16

cekol20
Contributor
Contributor

@AndrewHumiston

The window "Form 1" will be open all the time (automatically) when I will create or open a part and sheet metal?

0 Likes
Message 16 of 16

AndrewHumiston
Advocate
Advocate
Accepted solution

i will caution you against this. you could very easily have alot of windows open that are related to files that are not the active file you are viewing.

 

you will need a rule to handle the opening of the form to trigger on open of a file and a similar rule to close the form when you are finished with that file.

 

once again i caution against this as you will have multiple files with different forms and you won't know which form is for which open file.