AutoCAD Inventor :: Select Multiple Solids For An Extrusion Cut?

Apr 11, 2013

I need to do a cut extrusion on a multibodied part and need to select the solids.  As of right now I have to select each one individually rather than doing a drag box or something like that. how I can do this fast, I've got a multibody part w/ over 1000 solids (I didn't create it, yes I know this is probably excessive).

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: How To Add Solids To Cut Extrusion

Apr 12, 2013

I have a multibodied part (roughly 700 parts) and I need to do a cut extrusion.  The problem is that when I'm cutting through a hundred or more solids I might miss one if it's close to the edge.  I though, no problem I'll just go back to the extrusion command and add those solids I missed.  Problem, the program only lets me select one solid and undoes all I had previously. 

2013 FDS

View 2 Replies View Related

AutoCAD Inventor :: Selecting Solids With Certain Extrusion Features

Apr 22, 2013

When I try to select several solids for an extrusion cut/interference I can do so fairly quickly by selecting all of them in the browser so long as the extrusion is set to "all" or "distance". 

For some reason when I need to do a "to" or "between" I have to select them one at a time.  Every time I select a solid the select solids options returns to the input so that I have to select one solid then press the "Solids" button and select another one.  This tends to do the same thing if I create an extrusion and then want to later modify the solids taking part in the extrusion.  Is there an option I can turn off?

View 1 Replies View Related

AutoCad 3D :: Extrusion To 3D Solids?

May 13, 2013

I'm trying to understand extrusion to 3D solids better. This started when I drew a joined, closed 3dpolyline and found it wouldn't extrude (the shape titled 3D POLYLINES 4 sides joined, in the attached DWG), even though everything lies in the same plane (z=0). It gives the error "segment chord not perpendicular to normal". A chord is part of a circle, and there are no circles in the .dwg, so I don't understand the error. If you join only 2 or 0 sides, then at least 2D extrusion to a surface is allowed, but not if all 4 sides are joined, i.e. one 3D polyline.

If I draw regular polylines overtop the 3D polylines, then join and close them, it extrudes into a solid. This suggests that 3D polylines can't be extruded into a solid when regular polylines can, yet if I draw some scratch 3D polyline geometry that is joined and closed, these 3D polylines will join. It's as if I've found some secret shape that AutoCAD refuses to allow extrusion on.

View 8 Replies View Related

AutoCAD Inventor :: Part File With Multiple Instances Of Multiple Solids?

Apr 18, 2013

I'm designing a part that in Autodesk Inventor 2013 that is constructed from several layers laminated together. I have 4 layers:

F (front)

M1 (middle, variation one)

M2 (middle, variation two)

B (back)

The final solid will lhave 17 layers laid out like this:

F | M1 | M2 | M1 | M2 | M1 | M2 ... | B

I currently have a part file containing

F | M1 | M2

What's the best way to create this solid if I want to a) keep all instances of M1 and M2 in sync, and b) make it easy to work on all 4 layers. Do I have to export F, M1, M2, and B as individual parts and import them into an assembly or can I keep them in one part file? I really like the ability to be able to work on all the solids at the same time because they're visually dependant on each other.

View 4 Replies View Related

AutoCAD Inventor :: Making Extrusion From Every Select Line In Part

Sep 16, 2011

i wanna making a extrusion from every select line in Part

/code
Public Sub test()
Dim oPartdoc As PartDocument
Set oPartdoc = ThisApplication.ActiveDocument
Dim oCompDef As PartComponentDefinition
Set oCompDef = oPartdoc.ComponentDefinition
Dim oSelectSet As SelectSet

[code]....

so this code dosent work

View 6 Replies View Related

AutoCAD Inventor :: Extrude Cut Multiple Solids?

Jan 15, 2013

Is there any way in inventor to use one extrude cut feature on two different solids at the same time?

View 9 Replies View Related

AutoCAD Inventor :: IProperties For Parts With Multiple Solids

Jun 11, 2012

I have a part which has 2 solid bodies in it which were created using the extrude command. When setting the iProperties for this part I get the material properties applied to both solids. Is it possible to set a material for each solid so that they will be listed separately under iProps ? I suspect this can't be done in which case how would I go about separating the solid bodies ?

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 3 Replies View Related

AutoCAD Inventor :: Derive Multiple Solids From A Part?

Jan 24, 2013

derive multiple solids from a part. I use the code shown below but it seem as I only can get the first solid in the part that I am trying to derive from.

''More Code'''
' Create a new part document, invisibly.
oPartDoc = m_inventorApp.Documents.Add(DocumentTypeEnum.kPartDocumentObject, , True)
oPartDoc.UnitsOfMeasure.LengthUnits =UnitsTypeEnum.kMillimeterLengthUnits
' Derive the assembly into the part.
Dim oDerivedPrtDef AsDerivedPartDefinition
oDerivedPrtDef = oPartDoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents.CreateDefinition(oTopDoc.FullDocumentName)
Call oPartDoc.ComponentDefinition.ReferenceComponents.DerivedPartComponents.Add(oDerivedPrtDef)
'''More Code''' 

How can I get all the solids from the part that I am deriving from?

View 3 Replies View Related

AutoCAD Inventor :: Single Drawing For Multiple Extrusion

Sep 16, 2011

I design press tools. Is there any ways in inventor 2012, where I can have only one common sketch in zero height and extrude profiles in different heights. Like plate no 1 @100 to 120mm (in vertical axis. A 20mm thick plate placed at 100mm above zero plane.) and plate no 2 in 150 to 175mm height and so on.

View 6 Replies View Related

AutoCAD Inventor :: Multiple Extrusion Depths On Same Part

Nov 28, 2013

Inventor 2014.  I have watched everything I can find and read many entries on related messages.

I create a part by creating rectangle on the XY of 90mm centered on 0,0.  I add fillets on 3mm on all four corners.  I then add two circles centered on 0,0 of diameters 45 mm and 41mm.  What I would like to do is extrude the area between 41 mm and 45 mm circles to 10 mm and the rest of the rectangle outside of the circle 45 mm circle to 6 mm.  The center of the part from center to the 41 mm circle is void or open. 

I have read two solutions that use a "share sketch" function, that I can't find by right-clicking as indicated in the write-up.

View 4 Replies View Related

AutoCAD Inventor :: Sculpt Part Composed Of Multiple Solids

Feb 28, 2013

Is there a way to sculpt a part composed of multiple solid bodies without having to perform the sculpt command for each solid body? I want to use the same work plane to remove material from a part but the sculpt command only allows me to select one body at a time. This means after the first sculpt of one solid, I need to turn on the visibility of the consumed work plane and perform a sculpt on each of the remaining solids.

Not a huge issue, but in the future I may need to do a large number of these tasks. I attached a sample file. I threw it together in 30 seconds so it's not the prettiest looking thing.

View 4 Replies View Related

AutoCAD Inventor :: Creating Extrusion With Sketch Containing Multiple Circles

Mar 18, 2013

I am trying to creating an extrusion with a sketch containing multiple circles. However, the AddForSolid() Method is not working properly, returning non-NOERROR is C++. Below is the code that I used to create a sketch(which is succeeded) and then try to create a extrusion (in my case cutting). 

ApplicationPtr pInvApp;pInvApp.GetActiveObject("Inventor.Application");DocumentPtr pItem;pItem = pInvApp->GetActiveDocument();PartDocumentPtr pDoc;if(pItem->GetDocumentType() == kPartDocumentObject)pDoc = pItem;SelectSetPtr selectedItem;selectedItem = pDoc->GetSelectSet();FacePtr face;//printf("
[code]....

View 6 Replies View Related

AutoCAD Inventor :: Subtract One Solid From Another Then Turn Remainder Into Multiple Solids?

Jun 6, 2013

what's the best way to subtract one solid from another then turn the remainder into multiple solids?

View 1 Replies View Related

AutoCad 3D :: Way To Select Solids By Their Edges Rather Than Face

May 21, 2012

In any given shaded visual style, is there a way to select solids by their edges rather than the face? Ideally I would like to have X-Ray visual style turned on and be able to select objects in the background through objects in the foreground. This used to be possible in AutoCAD 2006, but I can't find any variable in AutoCAD 2011 to achieve this.

View 9 Replies View Related

AutoCAD 2010 :: How To Identify Invalid Solids Without Having To Select Each Solid Individually

Nov 1, 2012

how I can Identify invalid solids without having to select each solid individually.I would think that a lisp routine would be the way to go, but I cannot find what makes a solid invalid as opposed to being valid.

View 3 Replies View Related

AutoCAD Civil 3D :: Project Solids To Multiple Section Views

Jun 13, 2013

The new features in 2014 does not work. I can project solids to a section view but not to multiple section views.

View 1 Replies View Related

AutoCAD Inventor :: Window Select Multiple Annotations At Once

Dec 3, 2013

With "Select Annotations" I can window select multiple annotations at once.  Why can't I window select bodies, features, or face and edges?  AutoCAD, NX and Solidworks can do it. Do I have to change a setting somewhere?

View 1 Replies View Related

AutoCAD Inventor :: Select And Move Multiple Parts In Assembly?

Dec 17, 2003

In an assembly with unconstrained parts, if you select multiple parts and drag the parts, only the first selected part moves.Is this just me?

View 3 Replies View Related

AutoCad :: Shift Select To Select Multiple Objects?

May 15, 2008

Right now, when i click one object and then another, the first object becomes deselected. Holding shift is the only way for me to select multiple lines right now (other than dragging of course) but that's not what I'm used to and it annoys me a lot. At first everything is fine but then after a while it does this without me changing any options at all.

View 9 Replies View Related

Photoshop :: Move Tool Auto Select Is Not Capturing Multiple Objects Upon Drag / Select

Jun 18, 2013

I know this discussion title is a bit murky, but the problem is a bit odd.  I have Photoshop CS6 v13.1.2.  In this version, I will activate the Select Tool, check Auto-Select: Layer, check Show Transform Controls, and then while using the Select Tool I will drag to create a rectangle to select multiple layers with content within the specified area. 

Unfortunately, this action only works when I begin the selection from outside of the canvas area.  If started from within the canvas area, no rectangle will appear, it will show me a measurement of my selection size, and then no layers will be selected upon release.
 
This cannot be working as intended right?  I mean multi-select dragging cannot be intended to only work when started outside of the canvas right?  Is there some way to fix this issue?  Is this a bug?  See the images below for more information on this issue.

View 5 Replies View Related

AutoCAD Inventor :: Importing 3D Dwg Solids?

Jul 17, 2012

I am having a bit a troubles with importing 3D solids to Inventor. 

When I make 3D solids myself with autocad 2012 it works fine, but these solids I got appear scrambled.

View 4 Replies View Related

AutoCAD Inventor :: Possible To Have 2 Solids In 1 Part And

Aug 31, 2012

I was wondering if it is possible to have 2 solids in 1 part and being able to pick which one I want to see in an assembly and which one I want to see in a drawing?

I have a leafspring that should show up unbended in the drawing (for the supplier) and bended in the assembly (for visual correctness). (I used Reference Sets for this in Unigraphics.)

I'm using Inventor 2012 (64-bit) with SP1 installed.

View 9 Replies View Related

AutoCAD Inventor :: Error In Extrusion

Oct 4, 2013

What's wrong with extrusion 15?

I deleted many features since the file was large, and many features got warnings, but extrusion 15 was the only one with warning in the original file.

View 6 Replies View Related

AutoCAD Inventor :: Add Extrusion On Assembly

Aug 16, 2012

I wanted to add an extrusion to an asembly. I was able to highlight the required geometry and create the feature, but is not showing up. In the browser, there's a red "up arrow"  beside it. Why is it not showing?

View 3 Replies View Related

AutoCAD Inventor :: Extrusion Using ILogic

Aug 9, 2012

I have closed profile "Sketch1" placed on one of the parts in Assembly.

Suggest iLogic code to create cut Extruson (Extents=All) based on the "Sketch1"

View 6 Replies View Related

AutoCAD Inventor :: How To Get Extrusion To Update

Oct 27, 2012

First off if I update a sketch block in a derived part, how do I get the sketch blocks to update?  Do I have to delete derived item, and rederive it?

Also if I modify a sketch block that is used for a extrusion, how do I get the extrusion to update?  Do I have to delete extrusion and rextrude?

View 7 Replies View Related

AutoCAD Inventor :: Converting Surface Into Solids?

Apr 2, 2012

I have several IGES files that I need to make into solid models.  I have been searching for days on how to do it in Inventor 2012 and everyone says how easy it is, but yet I have no luck. This file was created from a scanned mold and then made using a point cloud.

View 1 Replies View Related

AutoCAD Inventor :: Stretched 3D Solids Goes To Infinity

Feb 26, 2012

Any solid shape just tend to go to the right no matter what angle you look at it and as it seems to go towards towards infinity . This is in orthographic view I might add. In perspective view the cube ends within the screen but it far from cubical and changes its appearance as you rotate it. As you can see in the pictures even the axis graphics down to the left is messed up.

Picture one is while I am extruding the 10mm cube. The big orange thing is the arrow used to drag up from the sketch.

Picture two is just the 10mm cube. As you can see the wire frame works just fine and it event hides the edges behind the solid.

I just installed the software on this computer so I suspect it is my graphics card that simply cannot handle the 3D solids. It is a few years old, a NVIDIA Quadro FX 540. The shadows does not work either, probably because I do not have shader model 2.0 or newer. do I have to scrap my computer?

View 1 Replies View Related

AutoCAD Inventor :: Hidden Solids In Drawing

Nov 23, 2012

I have an assembly with some hidden solids of a part in, which are turned to invisible in the part but they show on the drawing. How to not show these in the drawing but still show the unhidden solid of the part.

View 2 Replies View Related

AutoCAD Inventor :: Move Extrusion Forward?

Aug 20, 2012

I'm trying to move a rectangular extrusion towards me on an object, however it will only go farther away from me, and to the right and left.

View 9 Replies View Related







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