AutoCAD Inventor :: Hiding Features In One View

Nov 29, 2012

I am making a multiview drawing with isometric of a certain sheet metal part. Due to manufacturing reasons, they have to make the part longer than necessary to get a bend in it then I will have them shear off the extra. Is there a way I can show the multiview and flat pattern WITH the extra material and show the isometric WITHOUT that extra? In the model I remove the excess with a cut but I don't know how to suppress a feature for one view and not another.

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: Hiding Features In One View Of IDW

Jul 17, 2013

I am trying to hide an extruded cut in one view of my .idw.  I have tried supressing in one view but this does not work. I need to show a before and after of this cut in the same model.  I can not make two models because this is a controlled document.

View 5 Replies View Related

AutoCAD Inventor :: Adding Dimensions To Features Outside Of View?

Mar 13, 2013

I'd like to add a dimension from a feature in a detail view to a feature outside the view, exactly like the dimension circled in red below. I cannot find any information on how to do this, but I suspect it is pretty easy!

View 4 Replies View Related

AutoCAD Inventor :: Section View Without Hidden Features

Feb 4, 2013

When I create a section view in the idw, hidden lines are visible in the cutting part ! How disable these hidden lines and show only the hidden features ?

View 3 Replies View Related

AutoCAD Inventor :: IDW Drawing View Features - Move To Layer?

Mar 26, 2007

Can the API be used to select feature edges in a drawing view and assign them to a layer? I am using IV10.

View 6 Replies View Related

AutoCAD Inventor :: Show Thread Features In Drawing View By Default

May 1, 2006

When you have a part with a thread feature, the default setting should show the thread feature in the drawing view...rather than making the user right click the view and select "Display Thread Feature". I don't understand why this doesn't show up in the drawing automatically...it is, after all, a feature on the part.

View 3 Replies View Related

AutoCAD Inventor :: Set Features To Be Invisible When Create Sketch After Those 3D Features

Sep 3, 2012

Is there any way to set features to be invisible when create sketch after those 3D features so as to make the sketch more easy to see?

View 3 Replies View Related

AutoCAD Inventor :: Hiding BOM Column

Sep 25, 2012

Is it possible to have a column in the BOM but i do not want to show it on the drg.

like you can do it for rows for example...

View 9 Replies View Related

AutoCAD Inventor :: Hiding Bodies In A Drawing?

Jun 28, 2012

I have created a part with multi bodies (concrete block with reo bar), in the drawing I want a view that shows just the reo bar - concrete hidden.  Can this be done?

View 2 Replies View Related

AutoCAD Inventor :: Hiding Extrusion (cut) In Assembly

May 17, 2012

I am working on detailing an assembly that requires two parts to be bolted together and then have a hole bored through both parts.  I want to show the assembly without the bore and then with the bore. I do not want to have to create a derived part.  There should be a way of toggling this extrusion in the assembly view, but I have not yet found it.

View 4 Replies View Related

AutoCAD Inventor :: Hiding Sketch Or Changing Lineweight?

Dec 26, 2012

(Image attached). I am using Inventor 2013 and Visual Basic 2010 Express.  I created a sketch within one of my views on my .idw.  I would like to turn this sketch on or off based on the input from a variable that is read elsewhere.  I have used the following code from the help file with no luck so far.
 
Public Sub SketchEdit() Dim oDrawDoc As DrawingDocument oDrawDoc = _invApp.ActiveDocument ' Determine if there are any sheet overlay sketches. Dim oSketches As DrawingSketches oSketches = oDrawDoc.ActiveSheet.Sketches If oSketches.Count = 0 Then Exit Sub End If ' Set a reference to the first sketch. Dim oSketch As DrawingSketch oSketch = oSketches.Item(4) oSketch.Edit() If vValue_Closer = "" Then oSketch.LineWeight = 0 Else oSketch.LineWeight = 0.007 End If ' Return from edit mode. oSketch.ExitEdit() End Sub

The code errors out on the line 'osketch = osketches.item(4)'.  I have tried using a number like that, and I have also tried using the actual name of the sketch.  Neither works.

oSketch = oSketches.Item("Closer_Reinf")

what to edit here to get it to look at my Closer_Reinf sketch to hide it/unhide it ?

View 8 Replies View Related

AutoCAD Inventor :: Hiding Drawingcurves In Assembly Drawingview Through API

Aug 22, 2011

I want to hide some drawingcurve in my assembly drawingview,but can't make it.

My code is as follows:

Public Sub HideDrawingcurves()
Dim oDoc As DrawingDocument
Set oDoc = ThisApplication.ActiveDocument
Dim oSheet As Sheet
Set oSheet = oDoc.ActiveSheet
Dim oDrawingCurve As DrawingCurve
Set oDrawingCurve = oDoc.SelectSet.Item(1).Parent
oDrawingCurve.Visible = False
End Sub

I'm reminded that there is no such method as the bolded .How to hide or delete drawingcurves

View 3 Replies View Related

AutoCAD Inventor :: Speed Up Part List Hiding Process?

Jul 10, 2012

I'm writing code to split long part list in new sheets. Infact it's finished but very slow. Because each time I hide the line part list start to refresh itself...

I tryed to use

oDoc.DrawingSettings.DeferUpdates = True

But in this case I can only see empty part list on each page?!...

I just want to speed up process and I want to refresh part list view after than hiding process finished completely...

View 2 Replies View Related

AutoCAD Inventor :: Allows Hiding Of DIMENSION Lines And ARROWS In IDW Files?

Sep 23, 2011

Inventor 2010 suite

If IV2010 allows hiding of the DIMENSION lines and ARROWS in an IDW files? I found a thread from 2009 that says it is impossible.

However, I found a way to hide them on some RETRIEVED dimensins, but not on others.

How to MANUALLY, or to create STYLE that hides MY choice of:

1. EXTENSION LINES,

2. DIMENSION LINES,

3. ARROWS

View 1 Replies View Related

AutoCAD Inventor :: Hiding Solid In Drawing For A Single Part File

Feb 1, 2012

I have a part file  that contain 7 separate solid. But in the drawing i want to show only 4 solids.

 For this reason i put invisible command  to other 3 solids in the part file . but in the drawing,  i still see  all the seven parts. 

View 1 Replies View Related

AutoCAD Inventor :: Features On And Off With ILogic?

Oct 19, 2012

I want different features on and off with iLogic.

I have a text parameter with a choice menu of 1,2, and 3

This I want some features  on and off.

If I pass the parameter I get a message: No feature found with the name. Mvg Jos

Your drawings are only as good as the symbols that complete them...

View 9 Replies View Related

AutoCAD Inventor :: Flat Pattern With Rib Features?

Dec 14, 2012

My flat pattern of a sheet metal part fails when I added strenthening Press ribs to the middle of the part using an iFeature.

I know Inventor is not capable of flattening embossed sheetmetal but is there a way to still get the flat pattern & ignore the formed areas?

Seems to me I was able to add some model features in the past like bosses, extruded holes KO's etc & I could still make a flat pattern.

I know I can use derived part to do it but that adds complications.

IV 2012 SP2
Inventor Suite 2013 Ultimate

View 3 Replies View Related

AutoCAD Inventor :: Suppressing Features In Simulation

Sep 29, 2011

when in simulation, if you suppress a feature is it totally taken out of the simulations workings?

I.e. if I was working on a project like some weighing scales and I had a load of objects on the scales and I then suppressed some of the objects, will the scales rise up a little to counteract the reduced weight?

View 5 Replies View Related

AutoCAD Inventor :: Deleting Features Using ILogic

Aug 2, 2012

I am working on a standard part that has different configurations depending on user inputs into a GUI. Once the user enters all the required parameters, the part is in its final form with all unnecessary features suppressed. I am looking for a way to automate the delete of the suppressed features using a rule and i Logic before the user saves the file.

The main reason for doing this is to reduce the file size of the part once it is saved because this same template will be used for hundreds of parts and I don't want to waste unnecessary storage space on suppressed features.

View 7 Replies View Related

AutoCAD Inventor :: Grouping Features In Browser Bar?

Jan 27, 2010

Inventor 2010 / I'm finding myself scrolling up and down the browser bar quite a lot to get to the Solid Bodies folder for example, and I was wondering if it was possible to group features into folders or something to make the journey quicker, with the benefit of also being able to just organize things a bit better.

View 9 Replies View Related

AutoCAD Inventor :: Suppress Flange Features

Nov 15, 2012

I am trying to make a way that suppress the flange features of all the panels that will be insert in the assembly so i can suppress all the features at ones in a assembly and don't have to do that for each panel separately.

I have a assembly with parameters and i have a part with no geometry but have linked the parameters from the assembly. In my panel part i link the parameters to the part with no geometry.

When i use the parameter in the assembly to suppress the flanges that works the way i want it. But when i insert the panel part into that assembly it doesnot work.

View 1 Replies View Related

AutoCAD Inventor :: Copy Features Between Parts

Mar 22, 2013

I am trying to create an assembly. I want to copy the small threaded holes and position of the holes from the face of the large part and copy them to the circular part.

I want to establish a relationship so if the hole positions change on the larger part they will also change on the attached circular part.

View 9 Replies View Related

AutoCAD Inventor :: Import IGS And Edit Features?

Nov 22, 2013

I have been given the task of importing and editing an IGS sheet metal part. cannot get a feature tree.

Its a pretty basic sheet metal part just need to add few flanges, change hole/slot size. Its for a college project so I have to do it rather than just redraw the thing. I would also prefer to use inventor than solidworks (if I still have it on my laptop...).

[URL]

View 6 Replies View Related

AutoCAD Inventor :: Odd Features In Rendered Image

Sep 30, 2013

Using Inventor 2014 for some very simple (just a few component) models.  When I use Studio to render an image, two objects are shown with a "cross" on them. The parts are nothing but extruded circles--nothing to them, so it's not clear to me why there are lines on their surface. 

View 5 Replies View Related

AutoCAD Inventor :: Skipping Features In A Pattern

Nov 7, 2011

Is there a way to "skip" features i'm creating a pattern by?Meaning, similar to this option in Proe and Solidworks, is it possible to choose some of the holes i'm copying, so they won't be created?

View 1 Replies View Related

AutoCAD Inventor :: How To Hide Features In A Drawing

Sep 20, 2012

I have a panel with holes,cutouts and silkscreen

In the drawing the panel is detailed to show hole locations and sizes on one sheet and in another view @ 1:1 the silkscreen is shown.

The silkscreen is a feature on the panel, text either embossed  or extruded .005" outward. The feature is colored (filled).

On my drawing all the silk screens show up like un-filled fonts. This really bothers some people and my task is to fill the fonts.

Also i need to get the silkscreen by itself and (suppress/invisible) remove the other features from the view.

Suppress will not work as the feature i am trying to show will also be suppressed. Visibility of features is not an option.

Q. HOW CAN I GET THE FEATURE SEGREGATED AND SOLID IN MY DRAWING? but still a feature of the part. i.e. i don't want to create an assembly with a panel and a silkscreen.

How do i suppress features in a view on the drawing?

View 5 Replies View Related

AutoCAD Inventor :: Environment Features Not Working?

Feb 10, 2013

I am using the Student version of Autodesk inventor 2013.I was able to use the simulation, stress analysis features for a period of 10 days from the day of installation but its not working now.I have tried reinstallation also. I am using a registered version only.

View 2 Replies View Related

AutoCAD Inventor :: Create Location Box And Add More Features

Feb 10, 2013

how to create location box in autocad electrical using vb.net?

Bacause i want to add more features to that location box.

how to create location box using vb.net.

View 1 Replies View Related

AutoCAD Inventor :: Linked Features / Can't Suppress One Alone

Sep 9, 2013

The small cylinder was made first, then projected it to a sketch, made offset, and made the big cylinder, but i want to leave only the big cylinder alone. i want to suppress the small cylinder, but when i suppress the samll one both get suppressed.

How can i break this link, which was made by the projected geometry?

Even when i select the projected circle, right click and select Break Link, they still behave the same.

View 1 Replies View Related

AutoCAD Inventor :: How To Delete Holes But To Keep Other Features

May 22, 2013

want to delete holes (see picture), but also to keep other features below hole.

View 3 Replies View Related

AutoCAD Inventor :: Search For Features By Name From Browser?

Nov 2, 2011

Search for features by name from browser. I have seen a pair of binoculars on the top of the feature tree, can't figure out a easy use of it.

C1
Inventor Professional 2013
Vault Collaboration 2013

View 1 Replies View Related







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