Drawing Title Block

Drawing Title Block

Anonymous
Not applicable
647 Views
3 Replies
Message 1 of 4

Drawing Title Block

Anonymous
Not applicable

Hello,

Can some body help me out with the positioning of title block in the drawing sheet having dual borders.

The default setting will insert the title block on the bottom most line of drawing border.

2019-08-12 17_51_35-Autodesk Inventor Professional 2019 - [JIVIN-1.png

 

I am expecting it to be placed at the corner as shown below.

2019-08-12 17_51_35-Autodesk Inventor Professional 2019 - [JIVIN].png

0 Likes
Accepted solutions (1)
648 Views
3 Replies
Replies (3)
Message 2 of 4

Sergio.D.Suárez
Mentor
Mentor

 

Dim oDrawDoc As DrawingDocument = ThisApplication.ActiveDocument
Dim oSheet As Sheet = oDrawDoc.ActiveSheet
If Not oSheet.TitleBlock Is Nothing Then oSheet.TitleBlock.Delete

Dim oTitleBlockDef As TitleBlockDefinition = oDrawDoc.TitleBlockDefinitions.Item("ISO")
Dim oTitleBlock As TitleBlock = oSheet.AddTitleBlock(oTitleBlockDef)

Hi, This is a simple example of ilogic, which places a titleblock on a sheet. In this example, the titleblock should not have text entries.
Please, if possible, attach your file here to analyze it.

Regards! 


Please accept as solution and give likes if applicable.

I am attaching my Upwork profile for specific queries.

Sergio Daniel Suarez
Mechanical Designer

| Upwork Profile | LinkedIn

0 Likes
Message 3 of 4

JelteDeJong
Mentor
Mentor
Accepted solution

hi,

in the titleblock definition add an Point and turn it into a "Connection Point Grip". Set the dimensions the same as the width of your border.

titleblock definition.png

 

Jelte de Jong
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


Blog: hjalte.nl - github.com

0 Likes
Message 4 of 4

Anonymous
Not applicable

Hello,

Thanks for you help. That worked!😐

0 Likes