A Robust Way to Use Images in TitleBlocks... except it's broken

A Robust Way to Use Images in TitleBlocks... except it's broken

MechMachineMan
Advisor Advisor
189 Views
0 Replies
Message 1 of 1

A Robust Way to Use Images in TitleBlocks... except it's broken

MechMachineMan
Advisor
Advisor

So from my searching I have found the best way to put an image in the inventor titleblock is as a PaintBrush.Picture format file, so that the reference it creates when saved down to autoCAD is actually the picture in the file rather than a bmp link or xref.

 

the bmp link and the xref are different. As is the paintbrush.picture method.

 

The bmp link actually creates a temp file on your computer that gets filled into that spot. This is caused by any IMAGE INSERTED WITHOUT LINK into inventor before the savedown.

 

The XREF is what you get when you use an IMAGE INSERTED WITH LINK into inventor before savedown. This explicitly creates the 2nd ref file, unlike sneaky bmp.

 

The PaintBrush.Picture is the final way. It ACTUALLY embeds the picture in the file, thus making a larger file size. However, this is the most robust way of putting the picture in. This is done by pasting/inserting a picture into inventor as that format.

 

So far, the only workflow I have found that actually accomplish this is by:

 

  • Open picture in edit for paint. Select all (ctrl + A) and copy (ctrl + c)
  • Go into a titleblock, in the tab under tools, paste special as PaintBrush Picture.
  • Save your titleblock and save a sheet with the titleblock down to autocad.
  • Open another new inventor titleblock, the one you actually want the picture in.
  • Insert the previous AutoCAD file in the titleblock sketch. (Sometimes it doesn't show up....??????)
  • Exit your titleblock.
  • Open your titleblock again and you should be able to see and edit/move the pictures and they will stay when you save.

 

Why isn't the same thing accomplished any other easy way within Inventor?

 

 

 


--------------------------------------
Did you find this reply helpful ? If so please use the 'Accept as Solution' or 'Like' button below.

Justin K
Inventor 2018.2.3, Build 227 | Excel 2013+ VBA
ERP/CAD Communication | Custom Scripting
Machine Design | Process Optimization


iLogic/Inventor API: Autodesk Online Help | API Shortcut In Google Chrome | iLogic API Documentation
Vb.Net/VBA Programming: MSDN | Stackoverflow | Excel Object Model
Inventor API/VBA/Vb.Net Learning Resources: Forum Thread

Sample Solutions:Debugging in iLogic ( and Batch PDF Export Sample ) | API HasSaveCopyAs Issues |
BOM Export & Column Reorder | Reorient Skewed Part | Add Internal Profile Dogbones |
Run iLogic From VBA | Batch File Renaming| Continuous Pick/Rename Objects

Local Help: %PUBLIC%\Documents\Autodesk\Inventor 2018\Local Help

Ideas: Dockable/Customizable Property Browser | Section Line API/Thread Feature in Assembly/PartsList API Static Cells | Fourth BOM Type
0 Likes
190 Views
0 Replies
Replies (0)