Folhas e parameter

Folhas e parameter

Anonymous
Not applicable
396 Views
2 Replies
Message 1 of 3

Folhas e parameter

Anonymous
Not applicable

I do not know how to do.
I want to understand how to do this!

http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/iLogic-rule-to-change-Title-Blocks/td-...

 

How to tie a sheet with parameters?
What is the use of the sheet in red?

Could someone help understand this routine?

 

Ivanildo

0 Likes
397 Views
2 Replies
Replies (2)
Message 2 of 3

xiaodong_liang
Autodesk Support
Autodesk Support

Hi,

 

In that case: Title is just a user parameters in string type. It has two values (two strings) : "TSE ELE" and "TSE EQU".  While the title blocks collection avaliable in the drawing has two blocks whose names are "TSE ELE"  and  "TSE EQU". But the title block and the user parameter have not any relationship.

 

By iLogic, when the parameter changes, the iLogic rules (Compnay Title Block) is executed. The code set the current title block of the sheet to the corresponding title block. e.g. when the user changes the parameter Title to "TSE ELE", the iLogic code set the title block of the sheet to use  "TSE ELE". i.e. 

ActiveSheet.TitleBlock = "TES ELE"

 

 

Hope this explains.

 

 

0 Likes
Message 3 of 3

Anonymous
Not applicable

Xiaodong Liang,

 

Thanks for helping. Your explanation helped me a lot.

 

Iva.bl

0 Likes