AutoCAD Inventor :: Component Turns Red In Breakout View

Sep 12, 2013

My coworker gets this error:

He makes a detail. In the enlarged view he makes a sketch. He then makes a break out. Within the enlarged view, in the gap which the break out opened up for clarity of the view, are two components that he wishes to make its hidden lines visible. Doing this locks up his machine and makes a single component turn red.

Dell Precision T3600 - Windows 7 SP1, 64x
16GB RAM, NVIDIA Quadro 2000 (driver 9.18.13.3165)
Inventor 2013 SP2 Update 2
AutoCAD 2013 SP2
Vault Collaboration 2013
3DConnexion SpaceNavigator

View 5 Replies


ADVERTISEMENT

AutoCAD Inventor :: Breakout On Section View

Sep 17, 2007

If you have a section view, shafts are typically turned off for segtioning, however there is sometimes detail such as keyways or oil holes that are required to be shown which is where a breakout, view is req'd, however it appears the only way to do this is by creating a detail view first, leading to the possibility of a lot of clutter on the drawing from detail views, as when a breakout view is created on the section view, the shaft will not participate in the breakout.

View 3 Replies View Related

AutoCAD Inventor :: Breakout View Trough Shafts

Oct 21, 2013

Since Bolts nuts and key shafts are not sectioned according to standards I can´t find a way to section a shaft inside a section view without cutting through these components. I have posted in attachment an example of the problem and a picture of what it should be like.

View 2 Replies View Related

AutoCAD Inventor :: Flip Breakout View Or Sketched Shape Detail

Oct 3, 2013

I am trying to do a detail view on an isometric and i would like a long sausage shape angled with the isometric.  the detail views are round or rectangular horizontal, i would even be happy with a rectangle on the piss in line with the isometric.

i tried putting on a sketch of my sausage shape and performing a breakout view but it will only take away the components within the sausage, i want to flip this.  I then tried putting a big rectangle on the same sketch in the hope that it would leave the sausage as an island, (much like a hatch) .

View 3 Replies View Related

AutoCAD Inventor :: Drawing View Component Visibility

Nov 8, 2011

I am using this code to turn visibility of components off in IDw file, what I need top turn visibility of a component of in a subassembly.

'oDrawingDocument = ThisApplication.ActiveDocument
'Get the first view
'Dim oView As Inventor.DrawingView
 'oView = oDrawingDocument.ActiveSheet.DrawingViews.Item(2)

[Code] .........

View 2 Replies View Related

AutoCAD Inventor :: ILogic Component Edge Color In IDW View?

Feb 9, 2012

Is there code for changing the color (or other properties) of the visible edges of a component in a drawing view, the same way I can do it manually by right-clicking a component and choosing Properties?

I wrote this rule to change the color of each individual drawing curve:

Edit: Ignore the "<!".  It's the only way I could get the iLogic code to successfully post in the message
 
Spoiler (Highlight to read)<!Dim drawViews AsDrawingView
For Each drawViews In ThisApplication.ActiveDocument.ActiveSheet.DrawingViews
occ3 = drawViews.ReferencedDocumentDescriptor.ReferencedDocument.ComponentDefinition.Occurrences.ItemByName("GF_Plenum:1")
Dim newColor3 As Color
newColor3 = ThisApplication.TransientObjects.CreateColor(0,255,255)

[code]....

View 2 Replies View Related

AutoCAD Inventor :: Modifying Component Visibility With Custom View Rep

Oct 11, 2011

In my neverending battle to find a way to turn off unneeded components in an assembly, I'm trying my hand at modifying component visibility with a custom View Rep. View reps seemed to pose fewer issues than LOD's (in that you can have a drawing and model open at the same time without a million error messages)......until I tried to make a pattern.

When first placing a new subassembly component into an assembly, it will automatically place in the "Last Saved" View Rep. Since certain parts may be invisible in my "skeletal" subassembly, this is ideal. HOWEVER, when I try to pattern this subassembly, all of the occurrences absolutely insist on displaying at the "Master" View Rep. This makes no sense to me whatsoever and destroys yet another workflow at the 99% mark. I understand that I can change the view rep manually, but manual workarounds and corrections defeat the point of using iLogic to manipulate our models.

Am I the only CAD user who wants the simple ability to "turn off" an assembly component? iAssemblies are not an option due to the shear number of combinations of unneeded components.

View 4 Replies View Related

AutoCAD Inventor :: OnSelect Event When Selecting Component In Drawing View

Sep 24, 2012

Im trying to catch the event when the user selects a component in a drawing view using

CommandManager.UserInputEvents.OnContextMenu += UserInputEvents_OnContextMenu;

But it seems that the onselect event only catches selection of drawing views or balloon, annotation etc, but not the component inside the drawing view is this intentional or a bug?

The reason i need to catch this is to make a new context menu action, so i need the selected item. I know i can use SelectionSet, but i want to be able to debug my application as an external application connecting to the running instance before i build it into an addin (saves me a lot of inventor restarts..) And Selection Set does not seem to work when i use it inside an event handler in an external application... 

View 3 Replies View Related

AutoCAD Inventor :: Use API To Check Whether Component Is Invisible (hidden) In Drawing View?

May 23, 2013

I am working on a project to assign balloons to components in drawing view automatically. Of course, I don't want to assign a balloon to a component which is invisible (hidden) in this drawing view.

So, is there any API function to check whether the component in the drawing view is invisible or hidden?

View 2 Replies View Related

AutoCAD Inventor :: Create Section View Of Single Component In Presentation File?

Jun 18, 2012

I'm in the process of creating an exploded view of an assembly. I'm having to do this in a presentation file, and I was wondering if it was possible to section one of the parts in the exploded view. To be more specific, I have the majority of my parts spread out around another assembly in the center of the page. I want to get a three quarter section view of the center assembly so the internals are visible. Is this possble from within a presentation file and if so, how can it be done?

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

View 2 Replies View Related

AutoCAD Inventor :: Component Occurrence In Drawing View To Hidden Line Style?

Jan 5, 2010

Can this be done? I want to go through the DrawingView Object to get at a subcomponent of an assembly and either set that component to have hidden lines (where needed) or no hidden lines.

View 8 Replies View Related

AutoCAD Inventor :: Breakout Sketch Visible?

May 16, 2012

There are times with a breakout that it is desirable to have the sketch used to create the breakout visible to make it clearer on what's going on. When I right-click on the sketch in the browser there is no option for visibility. How do I make this sketch visible?

View 2 Replies View Related

AutoCAD Inventor :: Browser Component Names Do Not Change After Replacing Component

Jan 26, 2012

We are having an issue when we replace a component in Inventor Pro 2012.  When we replace a component, the name in the browser does not update to the new component.  We've even tried to close and re-open the Inventor assembly and that does not work.  We end up manual double clicking the name in the browser and type in the new component name. 

Inventor Product Design Suite Ultimate 2012
Dell Precision T7500 Workstation
Xeon Processor
16 GB of RAM
Nvidia Quadro FX 5800
Windows 7 x64

View 4 Replies View Related

AutoCAD Inventor :: Detecting If Component Occurrence Is Virtual Component

Jul 25, 2012

II need a way to tell if a component occurence is a virtual component.

I'm using a For Each loop to cycle through all of the components in an assembly, and if the component is itself an assembly to set the LOD to "Custom". I'm using the definition document descriptor object for this. It all woks fine until the loop comes across a virtual component which doesn't have a definition document, so I need a way to check if the component is virtual and needs to be skipped.Here's the

Option ExplicitImports Inventor.LevelOfDetailEnumSub MainiLogicVb.UpdateWhenDone = TrueDim doc As AssemblyDocumentDim oLOD As LevelOfDetailRepresentationDim oAsmCompDef As ComponentDefinitionDim oComp As ComponentOccurrenceDim oComps As ComponentOccurrencesdoc = ThisDoc.DocumentIf.
[code]....

View 2 Replies View Related

AutoCAD Inventor :: Using A Solid Component To Cut A Different Component In Assembly

Jan 11, 2013

I am trying to make port rims for pipes that can be swapped in and out of an assembly.  However, the ports will all be different sizes and located differently so I need the cut to be part of the port rim component, but affect the entire assembly it is part of.  I've been trying to get this to work for the better part of a day now,Here's a picture of what im talking about. I'm running Inventor 2008 by the way.

View 2 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 Inventor :: ILogic - Skip Saving A Suppressed Component / Delete Suppressed Component

Aug 30, 2012

I have an assembly which has a few components suppressed.

My end results is another copy of the assembly (with copies of the all the parts) in another directory

Now i am able to create copies of un-suppressed parts using; (this allows me to SaveAs assembly components which are not suppressed)

DocumentsEnumerator = ThisDoc.Document.AllReferencedDocuments

And save a copy of the assembly using

ThisDoc.Document.SaveAs

I also added the fllowing snippet (which I am not sure what is does), but it does not work for me

Component.SkipDocumentSave = true

 When I open the newly created assembly, I still see the suppressed components in the model browser

I want to either;

Skip saving the of the components in the model browser (i.e. the Assembly)

OR

Delete the suppressed parts in the Assembly, so that they do not save altogether

View 3 Replies View Related

AutoCAD Inventor :: Section An Assembly In Breakout But Not Section

Sep 24, 2013

In the drawing view below, I want to section the green assembly only within the red section.  I've tried this with a breakout and it doesn't work.  There doesn't seem to be a way to exclude the green from the section and yet include it in the breakout.

Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7

View 3 Replies View Related

Revit :: Adaptive Component Disappears In Plan View

Oct 22, 2013

I have created a "Jersey Barrier" as an adaptive component (attached). It is basically a profile extruded along a series of reference lines hooked to adaptive points.
 
In some plan views, under certain geometric configurations, the extrusion disappears in the view. The points highlight if you mouse over them. In a parallel 3D view, the component is still there. If I adjust the geometry in certain ways, the component will reappear in the plan view.
 
Here is an isolated view (3D on left, plan on right) with a configuration where the object does not appear in plan.here's a view where I have moved one of the adaptive points, and it appears in plan.

View 3 Replies View Related

Revit :: Wall Types Legend - Component Not Visible In Selected View

Mar 8, 2011

I'm trying to make a Wall Types Legend using the Legend function in 2011.  I did the first wall type just fine, placed it in section, tagged the material, etc.  Now when I go to place another wall in a section view, it tells me the component is not visible in selected view. They are both new construction phase, stacked walls.

View 3 Replies View Related

AutoCAD Inventor :: Cut Part Turns Red

Apr 30, 2013

I used the cut command within an assembly and it made the cut parts turn red. How can I turn this indicator off?

View 9 Replies View Related

AutoCAD Inventor :: Balloon Arrow Turns Into A Dot?

Feb 27, 2012

When im replacing the balloon arrow it turns into a black dot. Pretty annoying to change all the dots to arrow everytime.

View 4 Replies View Related

AutoCAD Inventor :: Background Sketch Turns Red Automatically

Mar 8, 2012

Anytime I draw a sketch the surface of the part highlights to a red color. It is hurting my eyes and how to switch it off. 

I am using a new 2012 .

View 2 Replies View Related

AutoCAD Inventor :: Pipe And Tube Route Turns Red?

Oct 31, 2013

I am having an issue with pipe and tube routing in inventor.  I am new to it and every once in a while a route that i create turns red in the browser bar,  I also noticed that  a few of the routes have issues where the adaptivity gets turned off by itself.  I assume this has something to do with the route turning red. 

inventor 2014 professional

View 2 Replies View Related

AutoCAD Inventor :: White Background Turns Grey

Dec 13, 2011

I have a jpg with a white background, but when I place the image into my sketch the white background becomes grey.

see attached pic.

How do I get the decal to display the correct color?

View 2 Replies View Related

Photoshop :: Paper Breakout

Dec 21, 2004

Im trying to make an avatar.

I want it to look like something is ripping through the screen.

View 1 Replies View Related

AutoCAD Inventor :: Turns Mirrored Part Sketches Visibility On

Nov 7, 2013

Mirroring a part or assembly in 2014 makes the derived part with all sketches visibility on, nevertheless the original sketches visibility is off.

[URL]....

It makes me sick switching them down.

Is it treatable?

View 9 Replies View Related

AutoCAD Inventor :: Line Snap - Cursor Turns From Yellow To Green

Apr 19, 2011

I'm not sure what i changed but when im trying to sketch a line usually the little cursor turns from yellow to green when it snaps to an edge or a center. but its not snapping, how to get my line snap back.

View 8 Replies View Related

AutoCAD Inventor :: Engine Assembly - Crank Shaft Turns Different Direction?

Apr 27, 2012

I create a engine assembly and used "Drive Constrain" to rotate the crank shaft. The animation shows the crank shaft turns continuously in one direction. However, when I animate the constrain in Inventor Studio, the crank shaft turned in two different directions (see the vide file attached).

May I know why the crank shaft turns different direction?

View 9 Replies View Related

AutoCAD Inventor :: Part Or Assembly Automatically Turns Textures Back Off

Jan 7, 2013

I had with a custom texture not showing up on my parts while they were showing up on a coworkers computer fine.  I recently cured my own issue (I just needed to click Textures On in the View toolbar under Appearances).  I am thinking it is going to be a simple fix as well but I have not been able to find it.

Everytime I close out of a part or assembly it automatically turns the textures back off so I have to turn them on everytime.  I looked through the Application Options and Document settings to keep textures turned on but could not find anything. How to turn the textures on and leave them on?

View 1 Replies View Related

AutoCAD Inventor :: Change LOD In Component?

May 10, 2012

I have an iLogic controlled assembly with sub assemblies that are also iLogic controlled. The main assembly calculates some lengths and turns some subs on and off and then updates all the subs. The subs also calculate some lengths and turn some parts on and off. I have a rule in both the main assembly and copies in the subs that control the LOD to make sure that it's set to custom before anything else runs.

Now I may be misunderstanding something, but it appears that it's possible to have a sub assembly set to one LOD but be referenced in a top level assembly as a different LOD. In other words I have a sub that shows in the top level browser as Master. If I open this sub and set it from within the sub to custom LOD and switch back to the top level assembly it is still set to master there. It appears that this is what my LOD rule is also doing, setting it to custom in the sub but not changing the top level reference.

View 4 Replies View Related







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