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


ADVERTISEMENT

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 :: View Face - Rotate With Respect To Origin Axis

Jun 2, 2013

is there a way to tell Inventor to align the view to be perpendicular to the Origin axes when View Face or Sketch on face is selected?

It is most disturbing to have to work with the view cube once in the Sketch just to have it make sense?

This is in Inventor Pro 2012.

View 3 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 :: Work Point Proxy Type Mismatch

Jul 1, 2013

I'm working on mating two assemblies together by work points on a part inside of them. Here is the code I'm using. It worked with work planes, but when repurposed it to work points, I get a type mismatch when the code tries to generate the work point proxies:

Dim oPartPoint1 As WorkPoint oPartPoint1 = oOcc1.Definition.WorkPoints.Item("botMatePoint") Dim oPartPoint2 As WorkPoint oPartPoint2 = oOcc2.Definition.WorkPoints.Item("matePoint") Dim oAsmPoint1 As WorkPointProxy oOcc1.CreateGeometryProxy(oPartPoint1, oAsmPoint1) Dim oAsmPoint2 As WorkPointProxy oOcc2.CreateGeometryProxy(oPartPoint2, oAsmPoint2)

View 8 Replies View Related

AutoCAD Inventor :: Origin Work Planes Have Lost Their Names

Sep 26, 2011

see attached image. The Origin Work Planes of my assembly, and some of the origin work planes in sub-assemblies have lost their names. No longer can I see XY Plane / XZ Plane / YZ Plane - all I see is a little red dot when I hover over where the name used to be. ??

View 2 Replies View Related

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 :: 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 :: 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 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 :: 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 :: 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 :: 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 :: Cannot Select Origin To Constrain Sketch With Dimension To Origin?

Oct 4, 2012

I cannot select origin to constrain sketch with dimension to origin?

I selected Sketch,
expanded origin,
selected mywork plan (xy)
drew rectangle,
input dims,
right click for marking menu,
selected dimensions,
Origin is yellow,

cannot select it and then edge of rect to set dim that will center sketch on origin? Just like the videos show, but cannot select origin>

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

AutoCAD Inventor :: Copying Spline To New Work Plane And Linking To Original

Aug 29, 2013

I am now trying to model a fuselage for an RC plane and am trying to copy a spline from one work plane to a new one and link them together so that if I edit one, it is reflected in the other. Copying and then pasting into the new plane doesn't link the two splines together.

View 9 Replies View Related

AutoCAD Inventor :: User Work Plane - Axis And Points Become Visible

Dec 17, 2012

Currently using 2012 and I had the same problem in 2010.

When I turn visibility off and on in an assembly, all previously constructed user planes, axis and points become visible.

Is there a fix available to download?

View 7 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 Based On Pattern Controlled By IPart Table - Cannot Build?

Apr 4, 2013

I have an ipart that will has the length and a quantity of patterned features controlled by a table.  I've created a work plane that I'll be using when I take this part into an iassembly.  The problem is that the features I used to create this work plane (midplane between two parallel planes) do not exist in (2) of the (3) members...so it gives me an error message.  I've tried adding the work plane to the table, but 'exclude' isn't a drop-down (and typing it in doesn't work). How to make the work plane "inactive" for those particular members? 

View 2 Replies View Related

AutoCAD Inventor :: Option To Merge Bottom Face Of Pad Eye And Pipe Curved Face

Oct 15, 2012

There is any option to merge bottom face of pad eye and pipe curved face... Something like

1. Extrude face to a surface  or
2. like notch option available in frame generator ?

N:B - pad eye is made by extrusion and pipe made by frame generator.

View 2 Replies View Related

AutoCAD Inventor :: Merging Circular Face To Flat Face

Aug 22, 2012

All I need to do is merge a circular face to a flat face, so both faces become one continuous face. Is this possible at all?

I have a attached a screenshot to show what I mean. Face 1 needs to be merged with face 2. This is so if I constrain anything to that face it will constrain to the entire face and not either the circular face OR the flat face.

View 3 Replies View Related

AutoCad :: Can't Get Dimension To Work In Vertical (Z) Plane

Mar 10, 2012

I cant get a dimension to work in the vertical (Z) plane. i have a cube and can get dimensions to work properly in the x*y plane (horizontal) but when i try to dimension the vertical side autocad refuses to dimension anything vertical, all i get is a horizontal dimension of the distance between the 2 points i have selected vertically, set down on the horizontal plane. tried to get it to work in 3d workspace and also the 2d annotation & dimensioning workspace -no joy...

View 9 Replies View Related

Photoshop :: Adobe Product Registration And Activation Work Through Explicit Proxy Server?

Oct 17, 2012

How to make the registration and activation of Adobe products (including CS6 and InDesign) work through an explicit proxy server (using NTLM or Kerberos)?  I am sure that a company of Adobe's size must have the technical resources to enable their products to work through proxy servers, especially seeing as most organisations do use proxy servers these days.

View 1 Replies View Related







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