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: 

Create a sheet with iLogic

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
fsanchou
2024 Views, 3 Replies

Create a sheet with iLogic

Hi,


What is the code to create (or add) a new sheet in a drawing with iLogic?

 

 

Thanks,

 

3 REPLIES 3
Message 2 of 4
fsanchou
in reply to: fsanchou

I found it is as the macro:
ThisApplication.ActiveDocument.Sheets.add ()

Message 3 of 4
JamesVSA
in reply to: fsanchou

I know that this is an older post but wanted to add something.

 

In Inventor 2014, when I click the "New Sheet" button under "Place Views", it inserts a sheet identical to the previous sheet - same size, border, and title block.  The code above inserts a sheet but it's a default blank sheet that I then need to format as required.  Is there a way for iLogic to mimic the "New Sheet" button?

 

Message 4 of 4
MechMachineMan
in reply to: JamesVSA

You could have it temporarily create a new sheet format and then delete it, or just write a program to place everything in the same location.


--------------------------------------
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

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

Post to forums  

Autodesk Design & Make Report