Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Drawing Title Block

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
548 Views, 3 Replies

Drawing Title Block

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

3 REPLIES 3
Message 2 of 4
Sergio.D.Suárez
in reply to: Anonymous

 

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

Message 3 of 4
JelteDeJong
in reply to: Anonymous

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

Message 4 of 4
Anonymous
in reply to: JelteDeJong

Hello,

Thanks for you help. That worked!😐

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report