AutoCAD Inventor :: How To Scale A View Or All Views In Sheet Through VB

Feb 1, 2007

How can I scale a view or all views in a sheet thru VB?I searched in the forum but I failed.

View 4 Replies


ADVERTISEMENT

AutoCad :: Right Click To Change Scale Is Kind Of Moody When Placing Views On Sheet

Oct 20, 2013

The sheet set manager is an awesome tool (i just started using it a week ago). The problem is, whenever I place a view on my sheet, (by right clicking>place on sheet) and it says "Scale: 1:1 Right-click to change scale", i right click and all i get is:

"Invalid point. Specify insertion point:"

But here's the twist: Sometimes it does work (like 10% of the time) but most of the time it annoyingly doesn't. here are some photos:

*i'm using Autocad 2014 32bit

*using Autocad 2011 32bit in our office but still experience the very same case.

as you can see i have already attaced the "site development plan" view here (after a few tries) cadtutor 1.jpg

this is how i place views on my sheets. i can also drag and drop, but i prefer right clicking it. (are there other ways? share them too!) cadtutor 2.jpg

here, i've already clicked place on sheet and it's asking me to right click if i want to change the scale. cadtutor 3.jpg of course i do and i need to, but this: cadtutor 4.jpg

like i said, sometimes it works. I do a few rituals (i just invented) before getting it to show this scales list like right clicking rapidly or holding rightclick repeatedly but not rapidly. and "SOMETIMES" it does work. but more often, it doesn't. cadtutor 5.jpg

View 5 Replies View Related

AutoCAD Inventor :: ILogic Drawing Views Scale

Apr 18, 2013

I'm trying to put together some iLogic code to either check all the drawing views within a drawing sheet are all the same scale, or make the views all the same scale. These drawing sheets consist of a number of individual parts (they aren't projected views from a single part). 

This is for welded assemblies.  We are required to generate a profile drawing sheet outlining each part that makes up the assembly. We send these out as dwg files for laser cutting so its important that the views are all the same scale.

View 7 Replies View Related

AutoCAD Inventor :: Save Idw To Dwg All Views Full Scale

Jun 24, 2013

Is there a way to save an idw sheet to FULL SCALE dwg drg, so that all the views are full scale and also maintain all dimensions and annotations in one uniform scale?

I need to do this for the flat patterns that go to the steel mill to get laser cut, and they want all the pertinent info accompanying the view/part-profile.

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

View 7 Replies View Related

AutoCAD Inventor :: Get Sheet Number Of Base View For Selected Child View

Jun 21, 2013

Is there a way to get sheet number of the base view for the Selected Child view (Mainly for Section. Detail Views). Because the Section views, Detail views (initially they would have created on the same sheet where the parent is, then they moved to different sheets). So we place the parent view sheet number.

View 1 Replies View Related

AutoCAD Inventor :: Sheet Metal Part Orientation And Flat Pattern Views To Correspond In Space

Apr 17, 2012

I am trying to program the view placement of various parts and have run into a situation where I need to place flat patterns. On the programming side there isn't an issue, but the issue occurs when attempting to select the wanted view orientattion.

Attached you will find 2 screen shots. One of them is from the "Folded Model" (Take note of the View Cube)

The other is from only Pressing the "Go to Flat Pattern" Button and being in "Flat Pattern" viewing mode (Note the Cube)

I need the Flat Pattern View to correspond with the Orientation of the Folded Model.

View 2 Replies View Related

AutoCAD Inventor :: Locking A View In DWG When Placing Views?

Dec 3, 2013

I am using Inventor 2012.

I created an assembly in Inventor and now I am creating a drawing for it in Inventor.  I have a few views placed of the same assembly.

Is there a way to lock one view in the assembly?  For example, my assembly consists of a door, I would like to have one view with the door open and another view with the door closed on the same drawing using the same assembly link. 

View 6 Replies View Related

AutoCAD Inventor :: Using View Reps For Detail Views In IDW

Oct 23, 2012

I've had this issue now for quite a while.  Seems to only happen with wires that are made in the Cable & Harness module.  And the odd part is that not all wires do this and not all View Rep/Detail views do this.

Regardless of wether I have a wire visible or not in a locked View Rep it still shows up in the Detail View on the .idw.  And yes, I have the 'associative' check box checked.

I've unchecked the check box, nothing.  Rechecked the box, nothing.  Updated the views individually, nothing.

View 3 Replies View Related

AutoCAD Inventor :: Views / Drawing Items Flickering In And Out After Breaking View

Feb 8, 2013

When I create a "Break" in a view, Inventor glitches.  The other views, and even the border, title block, and whatever else is in the drawing, will disappear.  The other items reappear if I "Zoom All".  Is there an update?

View 1 Replies View Related

AutoCAD Inventor :: Scale In Title Block - No Prompted Entry / Keep Current Sheet Active

Apr 9, 2013

 First, it requires there to be a prompted entry text box in the title block named <SCALE>, is there any way to write to a textbox that is not prompted entry?  The prompt when a new drawing or sheet is created is misleading and makes users think they need to manually fill out the prompt.  Secondly, this code works on multi-sheet drawings but it concludes by making the last sheet active.  Since we are triggering this rule before save it's a nuisance to have the drawing switch sheets everytime you do a save.  Ideally, the current active sheet should remain active when the rule runs.  Here is the
 
For Each oSheet In ThisApplication.ActiveDocument.Sheets
ActiveSheet=ThisDrawing.Sheet(oSheet.Name)
If oSheet.TitleBlock Is Nothing Or oSheet.DrawingViews.count=0 Then Exit Sub
oTitleBlock=oSheet.TitleBlock
oTextBoxes=oTitleBlock.Definition.Sketch.TextBoxes
[code]....

View 1 Replies View Related

AutoCAD Inventor :: Section View In New Sheet

Jun 23, 2013

I am generating a drawing file in inventor.its having lot of sections and projected views. Its not able to accommodate all the views in one sheet. So my plan is to move the section views to second sheet or third sheet but section cutting line has to be in first sheet plan view.

I have seen drawing generated in inventor in same way but don't know how to do it.......

Inventor Professional Suite 2010
Windows 7

View 9 Replies View Related

AutoCAD Inventor :: Setting A View Scale

Feb 19, 2005

I can read a view scale with:

BaseViewScale = oDoc.Sheets.Item(1).DrawingViews.Item(1).Scale

But When I try to use the following line to change the scale, I get a compile error.

oDoc.Sheets.Item(1).DrawingViews.Item(1).Scale = BaseViewScale

What type of variable should BaseViewScale be (single, double, string)?Inventor Routed Systems 2010.

Subscription Advantage Pack SP3
Vault Collaboration 2010
Windows 7 x64
Dell Precision M6400 Covet

View 8 Replies View Related

AutoCAD Inventor :: Move Detail View To A Different Sheet

May 14, 2010

How can I move a detail view to another sheet in a drawing in 2009? I have only been able to copy the detail and it's parent view to the 2nd sheet and then suppress the parent view on the 2nd sheet so that only the detail view is visible.

However, when I go back to the first sheet and try to suppress or delete the detail view, it also deletes / suppresses the detail circle from the parent view.

View 5 Replies View Related

AutoCAD Inventor :: Get Sheet 1 Base View Properties

Jan 3, 2013

I'm pretty sure there's a way to do this but I am not sure on what code to use. I would like to have the "number" field on my title block template always get the "part number" attribute from the first base view (or first part/assembly) on sheet 1. This will be regardless of what sheet I am using the title block on. I could even store it as a custom property or something as I won't ever have two different part numbers in one drawing.

To clarify on that, we may have a welded assembly that has one single part number, but as I'm designing it, I just add a -1, -2, etc. to the end of the part number for each component being made. In the end when they're all welded together, it's one part number. Since no one else needs to see my -1, -2 etc, I'd like it to pull the part number from the assembly on sheet 1 for every sheet.

View 2 Replies View Related

AutoCAD Inventor :: View Scale In Title-block?

Sep 16, 2011

I am trying to get the scale of the base view in my titleblock. I have searched, the conclusion that as of Inventor 2012, this still can not be accomplished without add-ons?

View 9 Replies View Related

AutoCAD Inventor :: Drawing View Scale Default

Oct 7, 2011

Is there a way (IV2012) to have the drawing view default to 1:1 when inserting a detail into the sheet?  Now it tries to select a scale based on who knows what. 

View 8 Replies View Related

AutoCAD Inventor :: Can't Change Scale Of Isometric View

Feb 18, 2013

I use: oView.scale=oView.scale/2 to half each view scale. It works for base view, projected views like bottom view and left view, but it doesn't work for Isometric view. Which property should I use for Isometric view?

View 6 Replies View Related

AutoCAD Inventor :: View / Title Block Scale In IDW

Oct 6, 2005

how to create a text field, in an IDW, that will link (look) at the scale factor of a "Base View" in the same IDW? I am trying to create a text field on my title block that will identify the "Base View" scale automatically.

View 9 Replies View Related

AutoCAD Inventor :: Set View In Drawing By Size And Not Scale?

Jan 17, 2013

I can control the size of my main drawing views using ilogic based on the models extents as there is a direct relationship between a parts length and the drawing view width. however, I have several isometric views that I scale according to the model size but in certain configurations of my model the ISO’s are completely the wrong scale for that particular view where the main views are ok.

I have a set area on my drawing sheet for the iso view and it would be more beneficial to control the size of the view rather than the scale of the view. I can read the height and width of a view so why can’t I control the size of a view but the height or width?

View 1 Replies View Related

AutoCAD Inventor :: Import Scale Of View Into Title Block?

Oct 7, 2012

How to import scale of view into a title block?

View 1 Replies View Related

AutoCAD Inventor :: Control View Scale According To Part Size

Oct 18, 2012

Inventor 2013 sp1

i want to control the scales of my idw views based on the parts size.

Heres a short intro to what we do, using design assistant we copy an existing project to a new project folder and start designing using the old project as a "template" for the new job.

So, lets say the project i just copied has a part that is 100" "tall", on my drawing sheet the view scale is set to .05 and the view fits nicely on our 8 1/2x11 portrait layout.

Now, the new project's part is only 24" "tall" and using a scale of .05 is no good at all, i need to scale the view up so it will fit nicely in the same layout. This also applies to the associated detail and section views that are on the same sheet.

OK then, Im thinking there should be a way to say if dimx is >=100 then view scale is x and so on if the part is smaller and i would like to do this with the details/sections.

As the pics show, when i change to a smaller size/dia, the views scale needs to be increased. How can this be done... (we do not use vault)

View 1 Replies View Related

AutoCAD Inventor :: Copy A Drawing View In Order To Place It On Another Sheet

Jun 20, 2012

I recently started working on Inventor 2013 and I'm trying to copy a drawing view in order to place it on another sheet. Unfortunatly I see no copy option. Am I doing sth wrong or it's due to the changes in the version?

View 7 Replies View Related

AutoCAD Inventor :: Sheet Metal Flat Pattern As A Drawing View

Jun 9, 2012

How to get the flat pattern of a sheet metal model as a drawing view in .idw environment?

View 1 Replies View Related

AutoCAD Inventor :: Disassociate / Orphan Annotations From Drawing Sheet / View?

Jan 12, 2012

I am working with drawings that are based on files that have been replaced by new files of the exact same name but have been created from importing an completely different model as the base file. (not copied from originals, so not common 'objects')

I would like a workflow where I deferred updates on the drawing file before opening it.Open the drawing.Then run a vba script on the drawing file that would disassociate/orphan all annotations attached to the drawing views.I would then turn updates back on and set to work on reattaching each of the annotations.

There is no possibility of auto-reattaching that I know of because of the files being created from importing a third party model into inventor as the solid for the drawing's views.

View 1 Replies View Related

AutoCAD Inventor :: Reference Sheet Number That Drawing View Has Been Moved To?

Dec 13, 2013

Is there a way to incude the sheet number that a drawing view has been moved to? I have an elevation tag that shows the view identifier, I am looking to have the sheet number referenced where I show "Field Text-Manual" in the attachments below. I am using inventor 2014. 

View 1 Replies View Related

AutoCAD Inventor :: ILogic Automatic Drawing View Scale Label

Apr 17, 2012

what i am trying to do is create an iLogic rule that if your drawing view scale is set to the following ...

1:1, 1:2, 1:4, 1:8, 1:12, 1:!6, 1:24, 1:32, 1:48, etc. on the view label for that view it will diplay ...

SCALE: 1/2" = 1'-0"

and so on for the rest for the standard scale factors.

i know it will be some sort of a loop and it needs to check all views when ran for any changes.

i have never done any coding for the drawing side of inventor yet only model coding

View 6 Replies View Related

AutoCAD 2013 :: Add Xref To Sheet View In Sheet Set Manager

Feb 10, 2013

I'm fairly new to Autocad and getting used to using sheet set manager. What I'm experiencing is, when you insert a model view it brings in an xref of that model, but i'm then unsure how to add additional xref models into the same view.

For example I have a separate ground floor plan file and OS data file which I want to show in the one sheet view without nesting the OS data to the original ground floor file.

View 7 Replies View Related

AutoCAD Inventor :: Sheet Metal Flat Pattern View Insert In IDW Code

Jan 23, 2012

I am working on a new iLogic rule that will create and IDW with automate views of the folded model of the sheet metal part in front view, right view, top view and the flat pattern I have success with all views except the flat pattern view creation codes. Does anyoone have knowledge of what the code terminology is to add a flat pattern view through ilogic to an idw?

Also, if this is possible, I want to create  a bend table and a hole table using ilogic to automate these processes.

So far, I can create any view off the folded model but I do not know the code to create a flat pattern view.

View 3 Replies View Related

AutoCAD Inventor :: Connect Parts List Data From One Sheet To Detail View In Another?

Mar 9, 2012

Background:  Our company has decided to switch from drafting in AutoCAD to Inventor (which we already use to model) and we have started looking at making our templates intuitive using iProperties, parameters, and functions to reduce manual entry of part information in turn to reduce human error.  None of us have any experience coding besides a bit of LISP.

Problem: Perhaps it is a pipe dream, but one thing I would really like resolved is we have no connection between the Parts list information (specifically item number and quantity) on the assembly sheet and the part detail on another sheet.  Our custom part detail title block pulls the material information and "Inventory Part Number" from custom iProperties we have set up at the part level, but we still need to reference the parts list in the other sheet and then manually enter the item number and quantity.  Is there a way to use the "Inventory Part Number" property (which shows up in the parts list on a different sheet) to populate our custom block?

View 1 Replies View Related

AutoCAD Inventor :: Showing Multiple View Reps Of Sheet Metal Part?

Jun 8, 2012

I have a part in which one of the folds needs to be done at assembly and not during manufacturing of the other bends.

Is there a way I can show this so that the manufacturing print sees exactly what they need to do and nothing more but then on the unit assembly the assemblers see that the unfolded tab needs to be folded down?

Can this be done all in one part file?

View 4 Replies View Related

AutoCAD Inventor :: Convert 2012 View Scale From 0.5 To 1:2 Or Similar Within ILogic Rule?

Jul 2, 2012

Is there a way to convert an Inventor 2012 view scale from "0.5" to "1:2" or similar within an iLogic rule? I can extract the main view scale and plug it into a variable but the format isn't correct for the drawings I'm creating.

View 2 Replies View Related







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