AutoCAD Inventor :: Selecting Sheet Size When Starting A New Drawing

Sep 11, 2013

I'm trying to set up a company drawing sheet that requires the designer to select the sheet size before starting the drawing.  Based on the drawing sheet size (A0, A1, A2, A3 & A4 all in landscape) the relevant company Title block will attach to the bottom right of the drawing border.  I've manage to create the relevant forms for parts, sheet metal and assemblies. 

View 8 Replies


ADVERTISEMENT

AutoCAD Inventor :: Selecting Point2D With Your Mouse On Drawing Sheet

Dec 18, 2012

How can I define a Point2D with my mouse by clicking on an random place in a drawingsheet?

I have made the code below that creates a DetailDrawingView automatic. I am now searching a method to select the oPoint & oCenterPoint with my mouse. Both are defined as Poin2D.

I find a lot a method's where you can manipulate the Point2D using maths but I never found a method where you can get the Point2D by just clicking somewhere on the sheet (drawingview).
 
Sub AutoDetailedView()' Set a reference to the drawing document. ' This assumes a drawing document is active. Dim oDrawDoc As DrawingDocument Set oDrawDoc = ThisApplication.ActiveDocument 'Set a reference to the active sheet. Dim oSheet As Sheet Set oSheet = oDrawDoc.ActiveSheet ' Manually select a drawing view Dim oDrawingView As DrawingView
[Code] ........

View 7 Replies View Related

AutoCAD Inventor :: Get DWG Sheet Size Without Opening Drawing

Aug 8, 2012

Is there a way, using VBA to get the sheet size of a drawing without opening the drawing?  I know how to get it with the drawing open, so alternatively, is there a way to open all the drawings in a folder, one at a time, then get sheet.size, then close and open the next? 

View 3 Replies View Related

AutoCAD Inventor :: Changing Drawing Sheet Size

Jun 14, 2012

I have 4 different sized drawing templates made, one each for A,B,C and D size. There are times when I start a drawing on a C size border/sheet and it gets too cluttered as I add views or annotations. Is there any way to insert/change the sheet size to the D sized template without starting over? 

View 6 Replies View Related

AutoCAD Inventor :: Idw Starting Sheet Number

Nov 5, 2012

When using multiple sheets within an IDW. Can the first sheet start out with a number other than 1, in otherwords start with sheet number 31, then every sheet after that be indexed by 1, ie 32, 33, 34 etc. 

View 1 Replies View Related

AutoCAD Inventor :: Default Hole Size When Starting A New Part

Jun 22, 2006

Is there a way to default to a standard hole size when starting a new part? ie. If you mostly place 10mm dia holes can this size be configured to be default in lieu of 3mm on the hole dialogue box.

View 5 Replies View Related

AutoCAD Inventor :: How To Change Drawing Sheet To New Custom Sheet Format

Sep 20, 2013

I have an older drawing with an outdated sheet format. I'm wanting to update to a new custom sheet format without having to redimension and recreate views. Is it possible to just update the sheet format?

View 1 Replies View Related

AutoCAD Inventor :: Accessing Sheet In Multiple Sheet Drawing

Apr 16, 2012

I have a dwg file with three sheets in, just default names, I can access sheets 2 and 3 but get the attached errors when trying to access sheet 1 form either sheet 2 or 3

This file was originally created in IV2009 I've had no problems then or with the various conversions of it.

It seems to be memory related so here's the sitrep as for memory 8GB DDR2 RAM, and Virtual Memory set at min of 8192MB and a Max of 16384MB, I did have it set a systems managed but that gave a warning of low virtual memory with almost every drawing file that I opened.

View 1 Replies View Related

AutoCAD 2010 :: Change Block Size In Drawing Sheet?

Mar 7, 2012

I am trying to insert a block in the drawing sheet, that varies in size dynamically. Is there anyway for changing the size of the block.

View 9 Replies View Related

AutoCad :: How To Figure Out Drawing Area Having Sheet Size And Scale Numbers

Mar 3, 2011

I am having trouble putting sheet size and scale together to find out the drawing area. For example, if the scale is 1"=2" and the sheet size is 17"x11" what would the drawing area be?

View 2 Replies View Related

AutoCAD Inventor :: OnSelect Event When Selecting Component In Drawing View

Sep 24, 2012

Im trying to catch the event when the user selects a component in a drawing view using

CommandManager.UserInputEvents.OnContextMenu += UserInputEvents_OnContextMenu;

But it seems that the onselect event only catches selection of drawing views or balloon, annotation etc, but not the component inside the drawing view is this intentional or a bug?

The reason i need to catch this is to make a new context menu action, so i need the selected item. I know i can use SelectionSet, but i want to be able to debug my application as an external application connecting to the running instance before i build it into an addin (saves me a lot of inventor restarts..) And Selection Set does not seem to work when i use it inside an event handler in an external application... 

View 3 Replies View Related

AutoCAD Inventor :: VBA Change Sheet Size

Sep 27, 2012

I am having an issue with changing sheet sizes using VBA. Due to the constraints under which my borders and title blocks were created, inventor forces me to delete the current border before changing the sheet size. I have 5 different borders and 2 title blocks.

-Borders
"A0 Border (13x8 Zone)"
"A1 Border (8x6 Zone)"
"A2 Border (6x4 Zone)"
"A3 Border (4x3 Zone)"
"A4 Border (No Zones)"

-Title Blocks
Title Block 1 - All sizes except for A4
Title Block 2 - A4 Only

I'm having trouble changing the sheet size. This is the extent of the code that I know actually works:
 
Option ExplicitPrivate oDoc As DrawingDocumentPrivate oSheet As SheetPrivate oBorderDef As BorderDefinitionPrivate oBorder As BorderSet oDoc = ThisApplication.ActiveDocumentSet oSheet = oDoc.ActiveSheetSet oBorderDef = oDoc.BorderDefinitions.Item("A0 Border (13x8 Zone)")Private Sub UserForm_Initialize() cmbPageSize.AddItem ("A0") cmbPageSize.AddItem ("A1")
[code].......

View 1 Replies View Related

AutoCAD Inventor :: Run Rule When Sheet Size Is Changed?

Dec 19, 2013

I have created a rule that will replace the border sheet when the sheet size will be changed, so users won't have to do it manually.

The problem is that the rule won't run when the sheet size is changed. I find that events for triggering the rules are rather few under drawing enviroment.

I thought to use "iProperty Change" event, providing I assign the SheetSize to a Custom iProperty, but the iProperty won't update automatically as well.

AIP 2014
Windows 7 x64
Dell Precision T7400 Intel(R) Xeon(R) CPU X5472 @ 3.00GHz (4 CPU's), 8Gb RAM, NVIDIA Quadro FX 5600 1536MB GDDR3

View 4 Replies View Related

AutoCAD Inventor :: Edit Existing Sheet Size

Feb 6, 2013

I would like to edit an existing sheet. The size is "C" and the height is 17 and the width is 22. I would like to change the exiting dimensions of that sheet to be 18 and 24. How do I do this to the existing sheet instead of creating a new one named something else?

View 6 Replies View Related

AutoCAD Inventor :: Custom Sheet Size Using ILogic

Jan 15, 2013

I made a form that allows the user to enter in a custom sheet size.  Using the API I am changing the Drawing Sheet Size Enumerator to the Custom Sheet size which allows the user to enter in custom values.  That part is all working fine.  My problem is that when a custom size is used in my title block it says that the size is "Custom Size (mm)".  I know that the API uses cm for the sheet size units so I have the code convert the values into cm. 

In the sheet settings window built into inventor it has the option for Custom Size (inches) and Custom Size (mm).  How do I change whether it is inches or mm?

View 5 Replies View Related

AutoCAD Inventor :: Getting Sheet Size That Is 24x36 But Not Ansi D Of 22x34?

Mar 5, 2003

I want a sheet size that is 24x36, not ansi D of 22x34. I can create it in the Edit Sheet dialog, but then the titleblock reports "Custom Size (inches)", not "D".

View 5 Replies View Related

AutoCAD Inventor :: ILogic - Automatic Print With Right Sheet Size

Nov 6, 2012

Dont have a before print Event Triggers . I want to make a rule with automatic print with a right sheet size, but in all my try don't work

that is my last one

'Dim oDraw As Document
oDraw = ThisApplication.ActiveDocument
oDrawDoc = ThisApplication.ActiveDocument
oDrgPrintMgr = oDrawDoc.PrintManager
[code]........

View 9 Replies View Related

AutoCAD Inventor :: Copy Sheet From One Drawing To Another?

May 20, 2012

You can't copy a sheet within a drawing to duplicate it.  So, as a workaround, I saved a copy of the drawing to a different name and tried to copy a sheet back.  Pick the view in the browser, right click, copy.  Switch to the original drawing, right click paste in the browser.  All I keep getting is an error "Invalid input for Request."  I even think I remember getting this error before and finding a way around it.

View 3 Replies View Related

AutoCAD Inventor :: Drawing Sheet ILogic

Apr 19, 2013

have 2 questions

1.) If you look at the attached screenshot in the Edit Sheet form there is a sheet "Revision" input field is it possible to fill this out via iLogic?

2.) We have some custom E size sheets (height always 34in width varies 5ft, 6ft, and 8ft) when we select on of these sheet sizes that we created  it will display "Custom Size (inch)" when using the sheet property <sheet size> in the title block not the name of that we gave these sheets (Which creatively enough is "E-5ft", "E-6ft", and "E-8ft"). I thought I had this solved by doing this:

Dim oSheetSize As String
oSheetSize = ActiveSheet.Size
If oSheetSize = "Custom" Then
iProperties.Value("Custom", "SheetSize") = "E"
Else iProperties.Value("Custom", "SheetSize") = oSheetSize
End If

then change the titleblock sheet size field from sheet property <sheet size> to custom drawing properties <SheetSize> this all works great if there is only 1 sheet in the IDW where it fails is if there is more then one sheet.

View 2 Replies View Related

AutoCAD Inventor :: How To Put Sections Of A Drawing In Another Sheet

Jul 13, 2013

I have a complex part and make a drawing. i want to make sections and details and to put some of them in another sheet in the same file. Also, can i put the hole table in another sheet?

View 1 Replies View Related

AutoCAD Inventor :: Sheet Metal Template With All Common Plate Size

Jan 3, 2012

Looking for 2012 sheet metal template with all the common plate sizes already in the rule?

View 6 Replies View Related

AutoCAD Inventor :: How To Exclude Drawing Sheet From DWF When Check-in

Aug 31, 2013

I am using Inventor 2012 64 bit with Win 7.

We have a lot of drawing that has some extra sheet for ref. and Inventor let me exclude count and print from those extra sheet. This work fine but when we check-in the drawing to vault it update or publish all sheet to dwf. This is very compass for us because we full the dwf file from vault to release and the sheet count is different than the print out.

Is there a way to EXCLUDE those sheet when check-in or update dwf?

View 1 Replies View Related

AutoCAD Inventor :: Inserting JPEG Or BMP Into Drawing Sheet

Apr 19, 2010

I am running inventor 2010 suite with service pack 2 and when I try to insert a JPEG or BMP into a Drawing Sheet (not a sketch on a part file), the image does not appear. I have done this on previous versions numerous times and it worked perfectly fine.

The message which appears on the screen says "TEMPEMBED.BMP" and it has a photoshop CS4 logo. When I do a print preview, nothing appears on the page. I have opened up a previous drawing sheet, which has a JPEG & BMP inserted and the image is shown, but when I try to insert another image on the same drawing sheet, the same thing happens.

I am running a pretty fast machine, with an intel i7 processor and a pretty hardcore graphic card.

View 7 Replies View Related

AutoCAD Inventor :: Sheet Metal Rule In Drawing

May 7, 2012

I have setup all our Sheet Metal Rules to be all of our stocked in house sheet metals.  The sheet metal rules are named like:

ALUM 5052 H32 1/2" (Part Number)
ST STEEL T304 3/8" (Part Number)
STEEL 44W 1/8" (Part Number)
etc.

And each rule has the proper thickness, material, and some standardized bend radius's.  I've done this to introduce more uniformity in our designs, and to also allow the designer to put as much information into the model as possible, so that if someone else does the drawings, there is no question as to which material is used.

I now want to bring in the Sheet Metal Rule name into the drawing automatically.  I can't seem to find a way to reference the Sheet Metal Rule directly from the drawing.  What I need to do is pick a standard field in the i Properties (I used Stock Number), and put in =<Sheet Metal Rule> so that now the Stock Number references the Sheet Metal Rule, and then in the drawing I can just reference the Stock Number, and it will come in.

I don't like having to use the Stock Number as a middle man though, as none of our existing models are setup like this.  Is it possible to reference Sheet Metal Rule in the drawing without having to use another field as a placeholder for the information?  

View 7 Replies View Related

AutoCAD Inventor :: Sheet Metal Gauge In Drawing?

Sep 20, 2012

I have created a bunch of sheet metal rules for my different gauge thicknesses. Is there a way I can propogate the gauge information to my drawing so that if I were to change the gauge, that info would also update on my drawing sheet? The only thing I can get to work currently is to pull in the material used, but that doesn't include the gauge.

View 9 Replies View Related

AutoCAD Inventor :: Add An Existing Symbol To A Drawing Sheet

Jul 2, 2013

Just trying to add an existing symbol to a drawing sheet.  I know i'm not formating the point correctly and i get a position error.  How can i get the point location of two intersecting lines in my border to hard code the location? 

Error:

Error on Line 18 : Argument not specified for parameter 'Position' of 'Public Function Add(SketchedSymbolDefinition As Object, Position As Inventor.Point2d, [Rotation As Double = 0.0], [Scale As Double = 1.0], [PromptStrings As Object]) As Inventor.SketchedSymbol'.

Error on Line 18 : End of statement expected.

DimoApp As Inventor.Application=ThisApplication
DimthisIDW As DrawingDocument=oApp.ActiveDocument
oSheet=thisIDW.ActiveSheet
DimoSymDef As SketchedSymbolDefinition
oSymDef=thisIDW.SketchedSymbolDefinitions.Item("APPROVAL STAMP")myPoint=ThisApplication.TransientGeometry.CreatePoint2d(1, 6)
oSheet.SketchedSymbols.Add(oSymDef) ,myPoint

View 3 Replies View Related

AutoCAD Inventor :: Select Drawing Sheet By Number

May 14, 2013

What is the code to select a drawing sheet by either its number or description but NOT both together?

Sometimes want need to select the first sheet by number 1 but the sheet description can change. and Sometimes we will need to select the sheet by its description but the sheet number may vary.

View 7 Replies View Related

AutoCAD Inventor :: Drawing Sheet In Parts List

Aug 22, 2012

Any way to make the drawing "sheet number", on which a "part" or "assembly" detail appears, show up in the "parts list"/"bom"?

I need to automate that information in order to prevent errors during revisions, and for company purposes.

IV 2010 Suite
Digital Storm PC:
EVGA & Intel components
Win 7 Pro 64 bit

View 7 Replies View Related

AutoCad :: Set Limits Before Starting The Drawing?

Mar 24, 2012

is it necessary to set limits before starting the drawing.What is the steps to do before we start drawing a floor plan.

View 7 Replies View Related

AutoCAD Inventor :: Sheet Metal Flat Pattern Size - Incorrect Length

Apr 30, 2013

After having a formed sheet metal part finish the wrong size (.100" long on all sides), I discovered a glitch with the sheet metal flat patterns sizes being. 

I created two identical parts, one in IV2013 and one in IVP2014, and came up with two different flat patterns. The two parts are 100% identical. The volume is identical for both, and I did an assembly overlay to double check (everything lined up perfect). However, the flat pattern on the IV2014 part was 0.130" shy of what it should be (total length in both directions). 

I haven't been able to recreate this (happened with this part and with a different part that we had formed), but you shouldn't ever have to worry about something like this. I created the same part in 2014 for a second time from scratch and it then came out to the correct dimensions, which worries me even more that this is an intermittent problem. 

The JUNK file is the one with the incorrect length. 

Also, another IVP2014 issue I have been having is when saving a drawing as an AutoCAD drawing it saves it as a 2013 AutoCAD in a zip file instead of a 2007 as a normal file like I have it set up to. If I click "Options" when saving, then click cancel without selecting anything, it saves it correctly.

View 6 Replies View Related

AutoCAD Inventor :: ILogic - Reposition Revision Table On Sheet Size Change

Sep 24, 2012

a customer has a title block with a revision table ( standard vault revision table)  add on top of it.

If you change the sheet size the revision table remains his position.

If found the way to reposition the table with a ilogic rule.:

'point afstand in cm
PointX=(ActiveSheet.Width/10)-13
PointY=5.5
'punt vanaf rechtonder gemeten in cm

[Code]....

This is working perfectly. But now the challange how to trigger this rule to run if you change the sheet size?

if tried:

trigger=Activesheet.size

or

to create a userparameter and added this line in my rule : Size=ActiveSheet.size, normaly is you change parameters it triggers the rule to rule. but both way didn't work.

Can event triggers from the API be used?  Do i need the "Onchange" event? Any example for a ilogic rule?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved