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


ADVERTISEMENT

AutoCAD Inventor :: Create An Isometric Text In Isometric View

Jan 13, 2010

I wanted to create an isometric text in isometric view to indicate different names in different part.

Attached is the picture for reference.I did it using dimension, check the "hide dimension" option.But i can't hide the extension line.

how to create an isometric text?

View 8 Replies View Related

AutoCAD Inventor :: How To Pass Break From Sectioned View To Separate Isometric View

Jun 27, 2012

I started with a Left side view of a part and created a sectioned view right down the middle so you can see the insides from another view. the part is pretty big so i used a Break to shorten it to fit the page. I also placed a smaller and separate isometric view of the same part and want this view to inherit the same break. How can I do this? If I go into the display options of the iso view, all the cut inheritance options are grayed out and can't be clicked. I've seen this done before, but i'm sure i missed a step somewhere.

Inventor Professional 2013
Intel Xeon W3680 @ 3.33Ghz
12GB DDR3 RAM
NVIDIA Quadro 2000 GPU
Windows 7 Professinal 64-bit

View 4 Replies View Related

AutoCAD Inventor :: Create Detail View Of Isometric View In IDW?

Oct 3, 2013

Sometimes when I try to create a detail view of an isometric view in my IDW, the "detail full boundary" option is greyed out? Why would this be? If I try an ortho view it works fine.

View 5 Replies View Related

AutoCAD Inventor :: How To Make Section View As Isometric View

Oct 29, 2013

I have a long shaft with parts mounted on. i want to section it and show the parts. i don't need to show the whole length of the shaft.

I know i can crop the isometric view, but this way i will not see the key hole which is on the other side, it's hidden.

If i make a section it 's in an orthogonal view only.

I want to make the section view, but later to transform the sectioned view to an isometry. is it possible?

View 7 Replies View Related

AutoCad 3D :: Change View From Perspective To Isometric / Setting White Background

Dec 26, 2013

I am working on 3d model of interior and I have two problems. I am trying to made similar model as it is on the first image.

After setting all render properties and turning on sky and illuminations my view on object switch from isometric to perspective view.

Is there any way to change it to isometric view so the point of view do not change position at the time of changing, because I find out the way to return it to isometric but then the point of view that was placed inside of room is moved outside and I can't render object that was inside.

Also I can't set white background as it is on the first image. Second image is my attempt that is made inside of the room.

1.2.jpgexample 2.jpeg

View 9 Replies View Related

AutoCAD Inventor :: How To Turn Off Automatic Isometric View

Mar 19, 2012

Is there a way to turn off automatic isometric view when returning to the model from a sketch view (in 2012)?

View 5 Replies View Related

AutoCAD Inventor :: Isometric View From Piping Model?

Apr 1, 2010

Is it possible to creat Single Line Isometric from the Piping Model?

View 4 Replies View Related

AutoCAD Inventor :: Assembly Current View - Isometric Or Not

Feb 14, 2013

Is it possible to know if the assembly view is isometric view or not.I need to perform check to get this value.

View 9 Replies View Related

AutoCAD Inventor :: Dimensioning Isometric View (text Orientation)

Aug 3, 2012

I'm wondering is it possible to orientate the dimension text alligned to paper(2.jpg) but not the UCS of Isometric drawing(1.jpg).

Sometime I need to allocate my drawing with dimensioning in isometric view because its more easy to read.

I'm placing my drawing in *.idw. 

View 8 Replies View Related

AutoCAD Inventor :: Isometric View When Exiting Sketch Mode

Aug 29, 2011

Sometimes when I'm exiting from a sketch, the entire model goes back to isometric view.  Is there a way to STOP this from happening?

View 9 Replies View Related

AutoCAD Inventor :: Dimension Shaft In Isometric View With Various Diameters

Apr 9, 2012

Trying to dimension a shaft in isometric view with various diameters. I am unable to find or select the centerpoints at the ends of the shaft. This causes dimensions to be crooked. How can i get the centerpoints to display so that they may be selected?

View 9 Replies View Related

Revit :: How To Keep View Same But Change Scale Of View / Perspective

Jun 18, 2012

I am working with a seris of 3d views that I want o make bigger. How can I do this.
 
I want to keep the view the same but changed the "scale" of the view/perspective 

View 2 Replies View Related

AutoCAD Map 3D :: Change View Scale In Layout Tab

Jan 25, 2013

i already know how to change the viewport scaling from 1:1, to 1:10, to 1:20, and so on but my real issue is someone before me change the view scale from 1:1 to 1:.808XXXXX. when i print my figures from the layout everything that is not in the viewport ( like my scale bar) come out shorter that it is on the the screen in paper space. Ive tried to change it back to 1:1 but it wont accept it and keeps the .808XXX value.

View 2 Replies View Related

AutoCAD Map 3D :: Unable To Change View Scale In New / Old Drawings

Aug 6, 2013

Someone was using my computer and maybe they clicked on some button but now if I am in a layout and double click on my viewport  I can not change the View Scale by typing in a custom scale.

I typically work in meters and do subdivision layout so I use 1:500 up to 1:5,000 but now even though the view ports are unlocked the number will not change when I type it in but I can zoom in and out with my mouse.

I can pick a scale in viewport scale like 1:5 1:1 but prefer to type in my scale as I like to plot it.

View 3 Replies View Related

AutoCAD Inventor :: Remove Part Form Part In Isometric View?

Oct 23, 2013

I order not to hide components, i want to make a break sketch and remove a piece from a part from an assembly in the isometric view in a drawing. can i do that?

View 4 Replies View Related

AutoCAD Inventor :: Change Drawing Scale With ILogic Upon Parameter Change

Jul 8, 2013

I have a spreadsheet and iLogic driven mater assy to generate different iterations.

I would like to change the scale of a base view on a drawing based on a parameter in my assembly. The idea is to get iLogic to change the view using a simple If / Else statement.

This is what I tried:

If Parameter("0 Generic Assembly v2.2.iam.BP") < 1570 Then
ActiveSheet.View("VIEW1").Scale = 1/8
Else
ActiveSheet.View("VIEW1").Scale = 1/10
EndIf

So basically the value of "BP" parameter (excel parameter in my assy) would drive the scale of the views. But its not working. Is it actually a sensible method? Can I use in the drawing environment the excel parameters in my assembly?

This is the error message I get when the rule is run:

"Error in rule: View Scale, in document: 0 Generic Assembly v2.2.idw

Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL))" 

Also using the same thinking I use iLogic to populate the drg number field on the drawing based on an excel parameter. The rule works but does not always updates the drawing no upon the parameter change or update/rebuild commands.

View 1 Replies View Related

AutoCad :: How To Do Isometric And Top View In 2007

Feb 11, 2013

im doing both isometric view and top view of a floor plan in a single paper at the same time.

the problem is ..when i change the view to isometric.. the drawing that is intended for top view changes to isometric view also..

how can i change the view of a single object to isometric isolatedly,, without affecting the other drawings and remain in its current position?

btw im using autocad 2007.

View 6 Replies View Related

AutoCAD 2010 :: Plot As PDF Isometric View?

Mar 29, 2012

I have been trying to plot as a PDF an isometric view from CAD. I am using CAP Studio for these 3D symbols and for some reason even though I have monchrome.ctb selected under Plot Style Table my PDF is printing in color, not all black.

View 9 Replies View Related

AutoCAD 2010 :: Array In Isometric View?

Nov 13, 2012

AUTOCAD 2012 - Is it possible to use the array feature in Isometric view?

View 4 Replies View Related

AutoCad :: Generate Isometric View Of Drawing?

May 25, 2011

My boss said i could generate an isometric view of a drawing if i have the plan, elevation, and side views (makes sense enough). how do i go about doing this? is there an existing thread i can be forwarded to? (searching "isometric" didn't seem specifically useful.)

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 Architecture :: Perspective View Turns Isometric

Jun 21, 2011

I have Autocad Architecture 2011 and it was working perfect until Yesterday. I Repair and then Reinstall but still the same problem.

When I have a Parellel (isometric) View and transfer to perspective works well but when I exit from the orbit function everything disappear and the cursor become crazy. I push pan and appears the drawing I release pan and the drawing disappear. The same problem in a viewport. I setup the perspective view on the viewport, lock the v-port, save and close the drawing, then open the same drawing and the perspective view become Isometric.

View 1 Replies View Related

AutoCad :: How To Get Orthographic / Isometric View (with Some Dimensions) From Object

Apr 25, 2011

i'm wondering how to get orthographic views isometric view (with some dimentions) from an object ive already assembled with proengineer (student).

View 1 Replies View Related

AutoCad :: When To Add Dimensions To 3D Object In Isometric (or Similar) View

May 26, 2011

When I add dimensions to an 3d object in an isometric (or similar) view, the dimension lines get placed way off screen, and the leader lines are projected onto the x-y plane.

Additionally, when I try to add lines to an object that is far from the x-y plane, the mouse position responds to the line's location as if it were drawing on the x-y plane.

Do I have to continually make custom UCS coordinates just to draw in 3d without hassle? There are other times when this does not happen (perhaps only when my 3d object is very near the x-y plane...

View 8 Replies View Related

AutoCad :: Crosshair Disappear In Isometric View When Zoom In

Sep 21, 2010

when i started using 2011. I have 2 viewports active; plan and isometric view. But when I try to navigate in the isometric view, the crosshair behaves in a way I don't understand. What happens is that when I zoom in the crosshair disappears over or under what I'm zooming in on.

It's hard to describe, but it seems that it have a different origo then the view represents. When I zoom out so much that the crosshairs are visible and I try to move them upwards, they stop in the middle of the screen and then the marker becomes visible in the ribbon part of the screen.

I have tried detaching all xref's, purged and audit, checked the elevation (0). This only happens in some drawings, not all, and I can't think of a common denominator in the drawings it happens.

View 8 Replies View Related

AutoCAD VB :: How To Show 3D Solid Object Name On Isometric View

Apr 23, 2012

I wrote a program that I can give a name automaticly for all 3d solid objects.

But I want to show a little box on isometric view every names with VBA codes.

How can I show 3D Solid object's name on isometric view?

I try to show on Attachment.

View 4 Replies View Related

AutoCad 2D :: Cursor Doesn't Display In Isometric View

Jun 22, 2012

When I switch from 2D top view to an isometric view my cursor disappears. This is a completely new drawing file so maybe something is not set right.

View 3 Replies View Related

AutoCad :: 3D To 2D Isometric Look In Top View FLATTEN / FLATSHOT Commands?

Nov 16, 2013

I have created an object in 3ds max and exported as dwg. file to open it in autocad. The purpose for importing that shape in autocad was to set an isometric view of that object and use it in my 2D drawings for annotation and explanation purposes.

What I am trying to achieve is to have that isometric view flattened, but in top (drafting) view along my plan section and elevations so that it looks as if it has been drafted in 2D if that makes sense.

So far I have come across two commands - FLATTEN and FLATSHOT. When using FLATTEN command I get the flattened 2d splines from that object as desired, but in that orthographic view. As soon as I start rotating the flat shape gets distorted and I cant get back to it's original flattened state.

FLATSHOT immediately comes with an error saying that it is not a solid so nothing can be projected. Explode the object then use command - converttosurface this works and I can initiate the FLATSHOT command but the shape has all this extra geometry after converting it to surface and it is not what I want.

The closest is the FLATTEN command as it also allows me to hide the back edges so that I only get a clean outline of the object. But how can I rotate it and position it in a top view, flat, along the drafted elevation and plan.

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







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