AutoCAD Inventor :: Ilogic And Work Plane Visibility

Mar 23, 2012

Is there a way to turn off visibility on work planes using ilogic?   Also, is there a way to change an extrusion type from an assymetrical extrusion to a one direction extrusion using ilogic?

Inventor 2013 Certified Professional

View 9 Replies


ADVERTISEMENT

AutoCAD Inventor :: Work Plane Visibility

Mar 30, 2012

when in assembly mode when i right click on a part workplane there is sometimes the Visibilty option and other times there is no Visibility option ? 

View 3 Replies View Related

AutoCAD Inventor :: Turn Off Work Plane Visibility In An Assembly?

Jul 16, 2008

I have an assembly that was generated by Pro/E. It opens fine, but there are roughly 1000+ planes that are all visible. Is there a way to easily shut these all off whithout having to do it in each part?

View 4 Replies View Related

AutoCAD Inventor :: How To Set Work Plane Visibility In Assembly File To False

Jul 19, 2013

How to set the visibility of workplanes in an assembly file to false.?

View 3 Replies View Related

AutoCAD Inventor :: Work Plane Rotated At Angle To Another Plane And Passing Through Axis Of Cylinder

Jul 13, 2013

How to make a new work plane rotated at an angle to another plane and passing through the axis of a cylinder, or one of the main axes.On the plane commands, in V2013, i don't find an option for plane at an angle

View 1 Replies View Related

AutoCAD Inventor :: Frame Generator Sketch And Plane Visibility

Jan 9, 2013

I added another extrusion profile to my structural shapes library, using the same method as the others a few years ago.  It works, but the new extrusion now shows up with its profile sketch, start and end planes, and driven dimension visible.  The old stuff doesn't (like I would expect).  I have all planes in the published part turned off, not marked for export, etc., just like in the old ones.   How do I turn this off?  Inventor 2012 SP2.

When I open the extrusion separately, the work features to not display.  But, the it's also shown as the "default" color not as material.  Why does it default to "default" not "as material" like everything else?

View 1 Replies View Related

AutoCAD Inventor :: Create Work Axis Where Work Plane Intersects Curved Surface?

Sep 9, 2013

I keep running into a situation where I would like to be able to create an edge or a work axis at the intersection of a work plane and the surface of the part.  I figured out a work around if the surface is flat, but I haven't figured out a work around for a curved surface.

How do I create work axis where work plane intersects curved surface?

Or put another way: How do I project intersection of work plane and curved surface onto the work plane in a 2D sketch?

I need to be able to draw a 2D sketch on the work plane, but get a perfectly matching projected line onto the work plane, from the curved surface, at the intersection of the curved surface and the work plane.

The attached jpg shows the intersection in question.  I circled it.

View 5 Replies View Related

AutoCAD Inventor :: Pattern Visibility With ILogic

Oct 11, 2011

I've noticed that one can turn off the visibility of an entire component pattern by manually right-clicking the pattern in the browser and unchecking "Visibility". However, when one tries to automate this process with the following code, only the first element of the pattern is made invisible.

Component.InventorComponent("Pattern1").Visible = False

Is there a better way to do this, or will I be forced to develop a "workaround" like first changing the number of elements to 1?

I've been desperately trying to find a way to "turn off" unneeded assembly components without iAssemblies or LOD's, but Inventor always finds a way to stop me. This workflow of turning off visibility and setting BOM status to "Reference" would work if only I can make patterns invisible, also.

View 1 Replies View Related

AutoCAD Inventor :: How To Copy And Paste Sketch In Same Plane Through ILogic

May 1, 2013

Here I attached my model view it's just for reference here iam using rectangular pattern and simple ilogic code .Using rectangular pattern we will get all same sizes of boxes but i want to change different different sizes and positions. my idea is without using pattern just draw one rectangular through parameter. Select no. of compartments automatically copy and paste that rectangular in same sketch plane and ask sizes and positions dimensions.

It's possible through ilogic?

In my panel bar options are:

Hight of panel- Hight of panel

width1- Width of panel

Depth1-Depth of panel

com1- no.of Compartments

hIN- No.of Hinges

View 1 Replies View Related

AutoCAD Inventor :: How To Turn Sketch Visibility On And Off Using ILogic Rules

Feb 29, 2012

How do I turn sketch visibility on and off using ILogic rules.

View 3 Replies View Related

AutoCAD Inventor :: ILogic To Turn Off Visibility Of Lines In Parts List

Aug 21, 2013

At my company when producing drawings for manufacture we require a sheet for any steel profiles to be cut!..We do this by selecting the assembly from base view,hitting model view tab, selecting presentation and choosing the relevant profile from the drop down!

Once the profile is placed, we highlight the view and hit the parts list tab which obviously creates a parts list, but for the whole assembly, we then have to edit the parts list by turning off the visibility of the lines of all the parts which are not relevant!!...as you can imagine this is quite a laborious task if you have 50 different profiles.

The reason for this is to show the qty, steel grade and part number to the suppliers. My question is, any code that will take the lines of the parts list that are not relevant to the selected view and turn the visibility of those lines off?

View 1 Replies View Related

AutoCAD Inventor :: ILogic - Toggle Visibility For Item In Assembly Pattern

Jan 30, 2013

I have a subassembly that has been patterned.

I need to toggle the visibility of a part in that subassembly in each pattern element.

How do I refer to the part?

I have declared an object for my pattern, and can toggle the suppression on any element.

But I need to get at an individual component inside the element. 

I've been trying something like this:

oPattern.OccurrencePatternElements.Item(X).Component.Visible("Valance Jig Frame - 1in:1") = False

View 1 Replies View Related

AutoCAD Inventor :: ILogic Code To Turn Sketch Block Visibility On And Off

Jul 28, 2013

I've managed to cobble this code together to turn some sketch visibilities on and off. However, what I'd really like to do is have a single sketch containing some blocks, and turn the visibility of the blocks on and off... How to call the blocks -

'Iterate through the sketches collection'Turn the edging indicators On And Off
For Each oSketch In oDoc.ComponentDefinition.Sketches Select Case
oSketch.NameCase "Front Edged"If E01 = True Then
oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfCase "Top Edged"If E02 = True Then
oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfCase "Back Edged"If E03 = True Then
oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfCase "Base Edged"If E04 = True Then
oSketch.Visible = TrueElse oSketch.Visible = FalseEnd IfEnd SelectNext

View 2 Replies View Related

AutoCAD Inventor :: ILogic To Remove Component Visibility From Drawings Environment

Aug 21, 2013

I am looking for a way to create an external rule that will allow me to turn off the visibility of bolt generator items in the model while I am looking at the drawing. Bolts may be buried several subassemblies (4 - 6) deep.

View 6 Replies View Related

AutoCAD Inventor :: Using ILogic To Set Component Visibility Based On Positional Representation

May 30, 2013

what code I would use in an assembly if I want to enable and make visible certain parts depending on the positional rep I am using.

Basically I am having trouble reading the pos rep into an iLogic code

View 5 Replies View Related

AutoCAD Inventor :: Consumed Work Plane In Sketch 3D

Apr 13, 2008

I use AddByNormalToCurve method to create a work plane in a sketch 3D. Is it possible to make new workplane object to be consumed by the parent Sketch3D (Workplane.Consumed = True) as it is possible in UI in Edit mode ?

My sample code in IV 2008:

Public Sub WorkPlane_Test()
'reference to the transient geometry
Dim oTG As TransientGeometry
Set oTG = ThisApplication.TransientGeometry
'reference to the component definition
[code]........

View 5 Replies View Related

AutoCAD Inventor :: Work Plane Disappeared On Assembly

Jan 9, 2012

I have a part file with work plane on it (visibility option is checked). When I put it on assembly file, the work plane is disappeared.The part file is on attachment.

View 3 Replies View Related

AutoCAD Inventor :: Bolted Connection To Work Plane?

Mar 20, 2012

I having a stroke or something. I could swear I have used a work plane for a termination plane before in a Bolted Connection. Tried it just now and can't pick the work plane.

Inventor Pro 2013 (PDS Ultimate)
Vault Pro 2013
Windows 7 64
Xeon 2.4 Ghz 12GB

View 2 Replies View Related

AutoCAD Inventor :: Resize Work Plane Failed?

Dec 14, 2013

Error message 'Resize Work plane Failed'

it makes a copy of the Work Plane

that is not realy there and wont go away.

View 9 Replies View Related

AutoCAD Inventor :: Rotate Work Plane Around Axis

May 31, 2013

how to rotate a work plane around a circular axis ? I have a work plane on the end of a tube, I need the work plane set at an angle.

View 1 Replies View Related

AutoCAD Inventor :: Create Work Plane Perpendicular To A Surface?

Aug 20, 2012

How to create a work plane that is perpendicular to a surface? I'm trying to do this so that I can "split" the object into two separate entities where the plane is.

View 9 Replies View Related

AutoCAD Inventor :: Get Origin Work Plane Of Face Proxy

Jun 14, 2013

I created an Assembly-Constraint between two Work planes by creating a Geometry Proxy

CreateGeometryProxy(OriginWorkplane, TargetWorkPlanProxy)

Now, I want to look into the assembly Constraints and want to get the origin Work plane of the component. So, I now, it's the entity One of a specific Constraint I also now.

What I get is a Face Proxy (the EntityOne gives back a FaceProxy). But how can I get the Workplane, the Proxy Element once was created?

I can get the Surface Body the Work plane was created on, but I don't get the name of the Workplane. My target is, to get the name of the work plane.

View 4 Replies View Related

AutoCAD Inventor :: Adding Work Plane To Non-linear Surface?

Oct 9, 2012

Is there a method to add a work plane to a curved surface ? I need a construction plane adding to a curved surface to allow a sketch to to added to this plane, not sure if this is possible but the problem I have is adding a series of sketches to a curved surface to then extrude-cut for window openings.

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 8 Replies View Related

AutoCAD Inventor :: Constrain Section View To Work Plane

Jul 2, 2013

If you edit a section view sketch you can project model edges in the sketch and use them to constrain the section view line. However I cannot seem to project an included workplane to the sketch. For a particular application I really need to use a workplane because the model is actually a dummy that gets replaced by a vb macro. So any projected model edges will loose their reference.

I found out that I could use a sketch in the model to create the section view. In a model sketch it is possible to project work planes, so this looks like a good solution. However I do prefer the flexibility that you have when you use a drawing sketch.

How to use a work plane to constrain a section view, other then the model sketch method explained above.

View 7 Replies View Related

AutoCAD Inventor :: Changing The Source Of An Offset Work Plane

Jan 9, 2014

I have a vertically rectangular frame with internal frame elements at two separate levels based off offset work planes.

The lowest internal plane is offset up from the XZ plane and the highest internal plane is offset up from that lower plane. In hindsight I should have based that second plane also off of XZ, or off the height extents plane at the top of the rectangular box.

So that top third section of the box CAN be sized with a little math, but if I change the lower 2/3  of the rectangle it's going to want to follow that lowest internal plane (which I can tweak again to get what I want)...is there a way to just change the source of that higher internal planes source plane? Like switching it to XZ or the height extents?

View 6 Replies View Related

AutoCAD Inventor :: Work Plane Definition - Axis And Point

Sep 16, 2011

I very often find that I would like to create a work plane defined by an axis and a point such that the plane is spanned by the point and the axis. But the only possible way seems to be to create a plane through the point and perpendicular to the axis.

View 9 Replies View Related

AutoCAD Inventor :: Work Plane Back Color Missing

May 9, 2013

In Inventor 2013 the work and origin plane back color is missing or transparent on one of my workstations.  The borders are present. Planes funtion normally.

I have tried different color schemes and have have edited the registry <workplanebackcolor> value , to no avail.

I also updated to SP2, just in case.

I have attached a screenshot of the origin axes.

View 7 Replies View Related

AutoCAD Inventor :: 2014 ILogic Rule To Change Visibility Of Workplane Selected In Browser

Oct 4, 2013

I want to be able to have All Work Planes set as 'Invisible' but create a Message.box or Icon that allows me to change the Visibility of any individual workplane(s) physically selected in the browser.

A rule written by another member should do the trick if the following line could be altered so as not to read 'For Each' oWorkPlane but instead for 'Each Selected' oWorkplane.

'For Each oWorkPlane In docFile.ComponentDefinition.WorkPlanes' 

'get user input
oInput = InputRadioBox("Select workplane visibility:", _
 "Turn ON workplanes for all components", "Turn OFF workplanes for all components", "False", "iLogic")
'Define the open document (top level assembly)
Dim openDoc As Document
openDoc = ThisDoc.Document

[code]....

View 1 Replies View Related

AutoCAD Inventor :: Maintaining Visibility Of Work Features?

Mar 6, 2013

I went to the trouble of going through my model to turn off visibility for many many planes and axes and points that I did not need to see. I had only a few on that I need. By some flick of the wrist suddenly they are all back on again!! I am now back in a state where I can either see them all, or I hit Ctrl-] and they all go away. I cannot seem to get back to a point where I only have on the ones I want.

So, how do I definitely TURN OFF visibilty for ALL work features so that I can then selectively TURN ON only a few? The Object Visibility tool does not seem to do this. It doesn't seem to do much more than the Ctrl ] or Ctrl / or Ctrl . that I use to momentarily toggle visibility.

View 2 Replies View Related

AutoCAD Inventor :: Extend And Contract From A Work Plane While Editing A Solid

Aug 1, 2013

How to create a work plane, say, in the middle of solid while editing, to use the extend and contract commands using IV2014?  I'd like to avoid using Fusion as an option if possible.  This should really be an easy thing to pull off as many STLs are now available for 3D printing but simply need a quick stretch here and there to print accurately.

View 7 Replies View Related

AutoCAD Inventor :: How To Make Default Work Plane When Opening New Sketch

Feb 10, 2012

I`m using Inventor 2012.When i select a new sketch from the New file drop down selection box ( new sketch picture) the XY plane is a different view to when i select a new sketch from the Part selection box (new sketch 1).

How can i make a default work plane when opening a new sketch?I would like to have the work plane identical to the new sketch picture when ever i open a new sketch file

View 3 Replies View Related







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