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


ADVERTISEMENT

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 :: 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 :: 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 Inventor :: Control Break Size In Drawing View Using ILogic?

Feb 24, 2011

is there any way using iLogic or other method to automatically control the size of the 'break' in a drawing view? I have built a model which uses iLogic to control virtually everything, however the large variations in the length of the product mean that there are some interesting results when it comes to the broken drawing views updating.

it would be nice to locate the break at the absolute center of the view and then size it as a percentage of the view size along one axis or perhaps according to some other length based rule.

Dell Precision M6400 - C2D 2.66 / 8gb / Quadro FX3700M / Win 7 Pro x64

View 9 Replies View Related

AutoCad 2D :: Xref One Drawing Into Other And View Scale Changes

Aug 22, 2013

How does it work? I see in the properties after I high lite it. Annotative Scale no/yes. We xref one drawing into other drawing and the view scale changes. will my hatch look the same or will the smaller view scale look really big in the drawing.

View 1 Replies View Related

AutoCad 2D :: Architectural Drawing - View Port Scale

Mar 21, 2012

I am working on an architectural drawing and for some reason when I try to "objectscale" the annotation to the same scale as the view port I am using, it doesn't appear or if it does it is a lot smaller scale than I requested.

View 4 Replies View Related

AutoCad :: When Plot Scale Drawing Profile Loses It Scaled Size?

May 8, 2013

why when i try to plot a scale drawing my profile loses it scaled size and all texts and images are huge.

See attached.

Doc1.pdf

View 8 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 :: Parent Section View In One Drawing And Child View In Another

May 6, 2013

Is it possible to have the parent view for the section in one drawing and the child views in another drawing?

View 2 Replies View Related

AutoCAD Inventor :: Projected Drawing View Doesn't Show / Design View Rep Don't Update

Sep 27, 2013

After upgrading to Inventor 2014 we notice that the graphics do not work properly, and that the overall performance in drawings and modelling bad compared to 2013. Then we installed SP1 and now drawing views are disappearing, however when we select "shaded" view the view reappears and works perfectly..

Any workaround regarding disappearing views?

View 3 Replies View Related

AutoCAD Inventor :: View Label In Base View / Drawing?

Nov 25, 2008

Each time when I place a part in base view, have to follow few steps; go through view label, format Text, than choose type option - [Properties-Model] and its property - [Part Number], than placing dimensions. it takes long time and very repetitive, especially, when placing a hundreds of parts and I was wondering if there is an option, to set up view label; [Properties - Model ]& [Part number], as a DEFAULT. So, each time placing a part, in base view it will come up with correct label. Also, overall dimensions, can it be retrieve using parameters of the part?

View 4 Replies View Related

Illustrator :: Change Scale Of Drawing And Have Font Size Staying Same?

Feb 18, 2014

How do I change the scale of a drawing in illustrator and have the font size staying the same size.

View 5 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 :: 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 :: 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 :: 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 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 :: Scale Object - Right Size?

Apr 6, 2012

I made the mistake that I came to measure my object as cm but inventor writes it's in as mm, is there a way where I can scale objectet up giving it the right size

View 3 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 :: Can Set A Drawing Scale

Jun 22, 2012

Can I set a drawing scale? If I want to print 1:2, 2:1 and so on? If so how?

View 8 Replies View Related

AutoCAD Inventor :: Scale Dimensions In IDW Drawing?

Jan 11, 2013

I'd like to take a set of ordinate dimensions and multiply all the values by 10. Is this possible, without overriding the values and making them static?

The reason I'm asking is because I'm making a flat layout sketch for pockets around a drum. So imagine taking a drum and rolling it out flat. In the direction along the drum I drew it as 1" = 1" and for the circumfrence direction I did 1" = 10° so I don't have sketch that is 13" x 360". So I need to scale the dimensions in 1 direction up by 10.

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

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 :: Automatic Scale In The Drawing Table?

Jan 6, 2010

It is possible to put scale on drawing in inventor 2010? If is how?

View 4 Replies View Related

AutoCAD Inventor :: Set Drawing Scale To Title Block?

Oct 26, 2011

Is it possible to set the drawing Scale to the Title Block? Seems like it is missing parameter...

View 8 Replies View Related

AutoCAD Inventor :: ILogic And Changing Scale Of A Drawing

Nov 16, 2010

I have a piece of equipment that changes from 24" to 96" with 5 discrete sizes.  I am using ilogic to make all the changes required to the part. Any way that I can change the scale of a drawing using iLogic so that it fits better on my drawing and be adjusted every time.  I have multiple pages that most of the drawing views need to be changed every time.

View 9 Replies View Related

AutoCAD Inventor :: Scale Detail Cross-section Hatching In Drawing?

Aug 7, 2013

Is it possible to scale the cross-hatching in a detail that was created from a section view so it looks better with the scale of a detail? If the scale factor of a detail is much larger than its parent, the cross-hatching is very sparse and detracts from clarity rather than adding to it.

View 2 Replies View Related

AutoCAD 2013 :: How To Scale The Layout View And Remain The Viewport View

May 16, 2012

i have a template, created a viewport and fit the model view in the layout space. However, when i scale the template... the viewport model doesn't follows the layout scale. Is there any ways to fit it so that when i scale the template i don't have to set the view again.

View 8 Replies View Related

AutoCAD 2013 :: Scale Of Drawing Field Versus Scale Of Object

Jun 27, 2013

When I open a new drawing in my AutoCAD 2013 that I just recently installed last week, I encounter a problem that I am not familiar with from previus versions of AutoCAD I have worked on.  First of all, the units default to decimal, and I want them to default to architectural, with feet and inches.  I have to type UNITS in the command line every time I open a new drawing in order to adjust this.  I have AutoCAD for Architecture 2012 on another computer, and the program automatically defaults to architectural units upon opening up.  Just to let you know, the program I am having this difficulty  with is part of a package called Autodesk Building Design Suite 2013.  I was under the impression that it included AutoCAd for Architecture, but I think it has only standard AutoCAD.

The scale of the objects I draw vs. the scale of the drawing field is very out of proportion.  What I mean is, when I open a new drawing and draw a 30' -0" line, the line appears so long on the screen that I cannot see the whole object, even if I zoom out to the maximum.  I should be able to see the object in it's entirety.  In fact, when I draw a line that is only 12" long, even when the zoom is all the way out, the line looks huge in length.  I have tried adjusting the units to the architectural/inches setting of course, and I have tried adjusting the scale in model space from 1:1 to 1/4'=1'-0", but nothing is working.

View 4 Replies View Related

AutoCad 2D :: Dimension Scale Model View To Paper View

Apr 19, 2012

When I have placed dimensions in model space with a text height of 2.5 now do I get them to a readable size in paper space

View 9 Replies View Related







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