Autodesk Inventor
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
iLogic: Printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I dont want to print directly from code but simply open the "print drawing" tab via iLogic
Any ideas,
Thanks
Solved! Go to Solution.
Re: iLogic: Printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Hi LewisLusby,
You can use this line to programatically "push" the print button:
ThisApplication.CommandManager.ControlDefinitions.Item("AppFilePrintCmd").Execute
Also just a tip: you might have better luck searching and asking questions of this type on the Inventor Customization forum:
http://forums.autodesk.com/t5/Autodesk-Inventor-Cu
I hope this helps.
Best of luck to you in all of your Inventor pursuits,
Curtis
http://inventortrenches.blogspot.com

Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
Re: iLogic: Printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Just what I was after.
Much appreciated Curtis,
Thanks
Re: iLogic: Printing
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Is there a way to catch this command before it executes?
Example: I want to use an iLogic form that is triggered via the iTrigger that users have to prompt to select what kind of print this is "RELEASE, REFERENCE, or DRAFT" once there selection is made the the form exits, the "Plot Stamp" in the title block is updated based on the selection and the print window is excuted with this command.
Now I have all this worked out but being that this isnt a perfect world the problem is users still sometimes click the print button which does not prompt them for the print type which is a problem. Which is why I am wondering if a user clicks the print button I can prompt the iLogic form before the print options window comes up?
Thank you
Windows 7 (64 Bit) Pro. SP1, Inventor 2014 Pro, 3D Connexion SpaceNavigator (Driver 3.15.2)
Motherboard: ASUS Rampage IV Extreme x79 Socket 2011
Processor: Intel Core i7 Six Core Sandy Bridge-E 3.2GHz OCed to 4.7GHz (Under Water)
RAM: G.Skill Ripjaw Z-Series 32 gig quad channel of RAM 1800MHz OCed to 2133MHz
Video Card: 2x Nvidia Geforce GTX 670 (Running Six (6) Monitors)
Monitors: [Primary = 2x 24in HD Asus Wide Screen][Secondary = 2x 22in HD LG Wide Screen][Tertiary = 2x 19in Samsung Full Screen]
Primary Hard Drive: OCZ Vertex IV 256 GB Solid State Drive
Secondary Hard Drive: OCZ Vertex III 120 GB Solid State Drive

