AutoCAD Inventor :: Sketch Within Drawing View Loses Dimension Reference?

Jan 14, 2013

I have a VB program that auto updates the size of a door and frame assembly, and in turn, updates the shop drawings to reflect this change.  I have a view on my shop drawing that I have drawn a sketch in.  I start the sketch, add my dimensions, and I use 'Project Geometry' to project the edges of the actual part around the sketch to constrain my sketch and keep it in place.  The problem is, as the program runs, and the door/frame changes height, the sketch loses it's dimensional references to the projected geometry.  When I go back and reopen the drawing after running the program, all the dimensions that went to the projected geometry are gone. 

Is there another way to anchor a sketch to a drawing view part instead of dimensioning to projected geometries?  This doesn't seem to be working, and I've tried it every which way I can think of.  Oddly enough, I have another sketch in a different view that is set up the same way, and it never misses a beat.

View 4 Replies


ADVERTISEMENT

AutoCAD Inventor :: Reference A Sketch Within Drawing View

Jan 8, 2013

Using Inv 2013 and VB 2010.  I am trying to reference a sketch within a drawing view, but I am having a hard time figuring out which view number and sketch number to use.  I thought I had it figured out, but apparently I was wrong.

For example, see the 2 attached pics, Drawing A and Drawing B.  For Drawing A I had the sketch reference set as

Dim oSheet1_View As DrawingView = oDrawDoc.Sheets(1).DrawingViews(3) Dim oSketch As DrawingSketch oSketch = oSheet1_View.Sketches.Item(1)

Drawing View 3, as it was the 3rd Drawing View in the list, and Sketch #1 within that Drawing View.  I thought this was how it worked, because it worked with my code and it hid the sketch.  However, moving on to Drawing B, I used the same code, and it does not reference that sketch at all.  It did nothing to it.  Even though the Flange_Holes sketch is in the same position.  3rd View down the list, 1st sketch.

So how does Inventor reference these views and sketches?  Is it in order of creation?  Is there a way to reference it by the what the sketch is named instead of trying to decipher the number it's assigned?  I have a lot of drawings already made, and I'm not positive the views were taken and created in the same exact order each time.

View 1 Replies View Related

AutoCAD Inventor :: Reference Sheet Number That Drawing View Has Been Moved To?

Dec 13, 2013

Is there a way to incude the sheet number that a drawing view has been moved to? I have an elevation tag that shows the view identifier, I am looking to have the sheet number referenced where I show "Field Text-Manual" in the attachments below. I am using inventor 2014. 

View 1 Replies View Related

AutoCAD Inventor :: Can't Use Model Sketches Within A Drawing View Sketch?

Apr 16, 2012

I can "Get Model Sketch" to make it appear visible in a drawing view. But I can find no way to use these "edges" or "lines" or "entities" or whatever they are, later in a drawing view sketch. No way to project them from Model Sketch to Drawing View sketch. I can attach leaders and dimensions to these Model Sketch entitites but I can find no way to use them in a sketch owned by the drawing view. Am I missing something?

IV2012 SP1

View 8 Replies View Related

AutoCAD Inventor :: Sketch To Create A Break Out View In One Type Of Drawing

Sep 9, 2013

I use the same sketch to create a break out view in one type of drawing. I may be blind, but I can't seem to find a way to save that sketch and reuse it when I want to create a break out view.

View 4 Replies View Related

AutoCAD Inventor :: Dimension Without Snapping To Various Heights Within Drawing View

Dec 13, 2013

Is there a way to force Inventor to dimension without snapping to various Z heights within a drawing view? I have basic top and side views created however when trying to dimension overall lengths and widths i'm snapping to high and/or low points of the model and getting screwed dimensions.

View 4 Replies View Related

AutoCAD Inventor :: Cannot Select Model Edge To Dimension In Drawing View (idw) File

Oct 16, 2012

 unable to select an edge in the drawing view to create a general dimension.

View 1 Replies View Related

AutoCAD Inventor :: Adaptive Sketch Reference

May 22, 2012

co-workers part file. in the assembly tree the part file has

Cut-->Sketch52-->Reference38.

Now from what I understand if I adjust something in the the assembly file that this Reference38 is associated to then the cut will be adjusted accordingly. My question is, is there a way to determine what Reference 38 is referring to exactly? Which assembly file and which component/part?

View 2 Replies View Related

AutoCAD Inventor :: Copy Part Sketch Into Drawing Sketch

Sep 20, 2012

How do I duplicate the 2D line work from a part level sketch into a drawing level (overlay) sketch?

I started a simple 2D piping system diagram sketch by opening a new part file and using a sketch to stick draw the system schematic including some annotations.  Then I opened a new drawing file and made a base view of the part file to bring a view of the original sketch into the drawing.

I realize now that it would have been much easier to have created the schematic directly in a 2D sketch at the drawing level, which would have made editing the annotations much easier at the drawing level, and there is really no need for the part file to exist.  I have no intention of creating a 3D model or "real" part in the .ipt file, was just using it as a jumping off point to sketch.

I was thinking that I could correct my error in judgment by just copying the sketch and pasting it into a new sketch on the drawing, but it doesn't want to work that way.  I have tried copying both the whole sketch at the browser level, and the entire sketch contents (all of the lines and annotations) from the opened part sketch, but when I attempt to paste either of those into the drawing, paste does not seem to be an option.  I'd rather not have to draw the whole thing again, as in typical fashion, my once simple sketch has grown in proportion and complexity from its simple beginning.

View 4 Replies View Related

AutoCAD Inventor :: Get A Reference To Specific Dimension?

Mar 13, 2012

I'm trying to delete, programatically, a specific dimensions on a specific sheet of my drawing based on a model parameter.  I imagine it would be pretty straightforward to refer to generaldimensions.item(?).delete but how do I know what the index number of the dimension I want is? The only samples I can find either generacially access item(1) or use a for each loop to get all dimensions.

View 3 Replies View Related

AutoCAD Inventor :: Reference Dimension Origination

Feb 14, 2012

Is there a way to find out where reference dimensions originate? I have a reference dimension I would like to change, but don't know where to do go to make that happen.

View 1 Replies View Related

AutoCAD Inventor :: Create Reference Dimensions In Sketch Mode?

Sep 9, 2003

In 5.3 I can create reference dimensions in sketch mode to my hearts content. They became very valuable as I would use them to determine placement of multiple features. Now, in IV 7, I have alot of trouble creating reference dimensions from adjacent features on the same surface. I have to change the way I'm working now and it has stumped me on a few occasions. is there a "new" feature I need to enable or is this the cost of progress?

View 9 Replies View Related

AutoCAD Inventor :: Reference To Original Sketch When Projecting Geometry

Apr 10, 2012

In an assembly document, if you want to project a sketch from one part into another, you go through these steps:

- select the part

- edit the part

- create a 2D sketch

- select the plane

- select project geometry

- select the sketch in the other part

- finish sketch

This creates a reference to the original sketch, so if I move the original sketch the new sketch will also move when I hit Assemble.

I am trying to do the same through the API, so I create a proxy for the original sketch and a proxy for the new sketch. I then use the AddByProjectingEntity method on the new sketch proxy passing the original sketch proxy.

This works for projecting the sketch, but it doesn't create the reference, so if I move the original sketch the new one doesn't move, even if I hit Assemble. How to create this link between the two sketches?

View 6 Replies View Related

AutoCAD Inventor :: Unable To Delete Sick Sketch Reference

Feb 21, 2012

I have a sketch reference that is giving a cross part failure error.  I am unable to select the reference in the browser so I cant delete it or update it. 

How to get rid of it.  Deleting the sketch and starting again will be a disaster.

Using 2011SP2 XP64.

View 3 Replies View Related

AutoCAD Inventor :: Can't See Dimension In The Sketch

Apr 4, 2013

This is the second time this has happened... While putting in the dimension on the rectangle, The dimension just doesn't appear!

But it can be changed. When this happens I just delete and reopen another part.

Why is this, and, can this be changed?

View 8 Replies View Related

AutoCAD Inventor :: Cannot Constrain Or Dimension Reference Or Fixed Geometry

Jul 27, 2006

I've come across this many times now. When in an assembly, I create a sketch. I then try to project geometry and I will sometimes get this error:

"Cannot constrain or dimension reference or fixed geometry."

why I can't project edges/faces/points of certain parts?

View 9 Replies View Related

AutoCAD Inventor :: Add Driven Or Reference Dimension As Column Chooser?

Jul 30, 2012

Is there anyway to add a driven dimension or reference dimension as a column chooser? What I am really trying to accomplish is to show the metric and english dimension in my general table for my ipart. I model itself is dimensioned in metric. I now would like to add the english dimension next to the metric one.

View 6 Replies View Related

AutoCAD Inventor :: IPart Dimension To Unresolved Reference Geometry

Sep 2, 2009

I am having trouble with Iparts getting a red cross due to dimensions and constraints to unresolved reference geometry. If, for example, I have Hole 2 dimensioned from Hole 1 in one member and in another member I suppress Hole 1 and Hole 2 I get an error stating (correctly) that the sketch for Hole 2 has a "Dimension to unresolved reference geometry". I understand why I should get this error if Hole 2 was unsuppressed and Hole 1 was suppressed but why do I get this error when they are both suppressed.

If I get this error on a member that has these two holes suppressed and I switch back to a member that has them both active the error dissapears. I guess in the end this is a question for Autodesk. Can you set up Iparts so that when a feature is suppressed Inventor completely ignores it instead of still trying to resolve it. This functionality is a major headache for us because we don't want to leave models with the Red Cross on but if we want to dimension our features appropriately (ie referencing other, related features) we have to leave a model with errors in it.

See attached part. If you switch within the first 2 members there are no errors, if you move into the last 2 members you will see the cross highlight.

View 4 Replies View Related

AutoCAD Inventor :: Driven Dimension Without Sketch?

Nov 16, 2013

I want to creat a driven dimension that I can use as a reference dimension in another part. Is there an easy way to do this without creating a new sketch, going into a previous sketch, making a long function based on other dimensions, etc.? For instance, just like the measure tool, but it stores the measurement. 

View 4 Replies View Related

AutoCAD Inventor :: Diameter Dimension Out Of View From Detail View?

Dec 13, 2011

I have a detail view of a groove on a cylinder.  I want to dimension a diameter in which I only see one side, the other side is not in the detail view. 

From some posts I see that I should auto insert a centerline then dimension from centerline then choose options "dimension linear". 

First when I try to auto insert centerlines it does not insert the centerline for me.  Perhaps because my detail is smaller.  If I make the field for the detail view larger it makes a centerline, but I dont want to do that.  I have tried making a sketch of the other side and the centerline.  When I dimension from here I do not have the right click option of dimension linear, instead only arrowhead options.

Using Inventor Professional 2012

View 1 Replies View Related

AutoCAD Inventor :: Hole Tool Fails If Adaptive Reference Sketch Is Deleted And Recreated

Jun 10, 2013

The hole tool will not let me complete the holes if I delete the cross part references & re-create them again.

Note that I had to change some adaptive hole locations to follow a part that was moved & I couldn't get adaptivity turned on for all components involved (adaptivity grayed out on actual part to change). Not sure why I could turn adaptivity back on. So I opted to just recreate the cross part hole references in the parts hole sketch.

I find I have to now delete the holes completely & start over which causes extra work in IDW & IPN files downstream.

Is this as planned or am I doing something wrong. This used to be easy in 2012.

Inventor Suite 2013 Ultimate

View 4 Replies View Related

AutoCAD Inventor :: Size Of Dimension Text In Sketch?

Sep 3, 2012

Is there any way to change the size of dimension text in sketch? My students cannot see the dimension when I demonstrate the sketch.

View 9 Replies View Related

AutoCAD Inventor :: How To Hide Dimension In Active Sketch

Mar 26, 2012

How can I do this? A reference dimension was created by a circular pattern and it covers a circle I'm try to select. 

View 2 Replies View Related

AutoCAD Inventor :: Sketch Exits Upon Dimension Edit?

Dec 9, 2011

Seen this recently? Using Inventor 2012 SP1 on Windows 7, 64 bit. If we go back into a previously created sketch and edit or add a dimension, upon clicking the green check mark to complete the dimension edit, the sketch exits back to the modelling environment, meaning we have to edit the sketch again to continue with other changes. Obviously no big deal if I'm only editing one dimension, but how often does that happen?

This started happening prior to SP1 being installed. We have this happening on multiple computers (all with the same hardware specs) in our office. I don't believe it to be a hardware or driver issue, but I am wondering if it is a process issue. For example, we use project geometry a lot, even projecting from other parts within an assembly (non-adaptively). We also work on SAT file models, rather than geometry initially created from Inventor itself.

Inventor 2013 Product Design Suite
Vault Professional 2013
Windows7 x64
Autodesk Inventor Certified Professional

View 9 Replies View Related

AutoCAD Inventor :: Assembly Sketch Driven Dimension

Aug 31, 2011

In 2012 when in a sketch in an assembly all the stuff under "Format" is grayed out.

You cannot make a dimension driven, nor can you make a line construction or a centerline and you can't change a sketch point into a center point. Do I have some setting wrong?

View 8 Replies View Related

AutoCAD Inventor :: Reattaching Existing Dimension In Sketch

May 15, 2013

I have a part.I use some Parameters of this part as linked to other parts.Once I change any parameter used as linked the other parts will follow it automatically.So I have drive and driven parts.

Now for some reason I need to change some geometry in my drive part in the way my drive dimension must be reattached to other geometry points.

I cannot delete and create the new dimension even with the same name since all my driven parts will lose this linked parameter in either way and this parameter becomes static (Reference Parameter).

I wish I can preserve the existing dimension (parameter) and reattach it to other geometry.

View 4 Replies View Related

AutoCAD Inventor :: Dimension Location For Circle In Sketch

Jan 6, 2014

I am trying to apply dimension constraint for circle to add the radius dimension.

I have given the dimension location text point as input, but it doesn't take input location point to place the dimension and places the dimension at the center of circle. Please see the attached snap "CircleWithRadius.png".

Here is the sample

//===============================
CComPtr<Point2d> point2D;
TransientGeometry::CreatePoint2d(5, 5, &point2D);
CComPtr<SketchPoint> sketchPoint = SketchPoints::MethodAdd(point2D, FALSE);
CComPtr<SketchCircle> sketchCircle = SketchCircles::MethodAddByCenterRadius(sketchPoint, 3);

[Code] ........

Why the circle entity always place the radius at the center of circle?

View 1 Replies View Related

AutoCAD Inventor :: API To Set Dimension Arrowhead Properly In Sketch?

Nov 12, 2013

I have created a SketchLine entity and trying to add aligned dimension by calling DimensionConstraints::AddTwoPointDistance(). It adds the dimension with inside arrowhead (see attached CurrentWorking.jpg), however, it would be nice if the dimension is added with outside arrowhead (see attached Expected.jpg).

if there is any API to toggle the dimension arrowhead accordingly.

View 2 Replies View Related

AutoCAD Inventor :: Sketch Mode - Dimension From Quad

Jun 17, 2013

How does one (in sketch mode) dimension from the quad of a circle instead of the center? Been dealing with it for a long time, no I am fed up and want to dimension from the quad.

View 6 Replies View Related

AutoCAD Inventor :: Changing Dimension Text Size Of Any 2D Or 3D Sketch?

Feb 29, 2012

I am having trouble changing the dimension text size of any 2d or 3d sketch..

the default has changed for some reason (i might have accidentally changed it while looking for something the other day) but i need to know how to change it back.. I can't do anything without a dimension getting in the way!

View 2 Replies View Related

AutoCAD Inventor :: Sketch Dimension - Unable To Show Expression

Aug 15, 2012

This is the first I've noticed this, but a sketch in an assembly does not allow to show the dimensions as an expression? In a .ipt sketch you can right click and the pop-up menu has an option to show the dimensions in different forms. I do not get this in an assembly sketch.

I do not know if this is me or not. It's just curious that it does not do that.

View 6 Replies View Related







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