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


ADVERTISEMENT

AutoCAD Inventor :: Can't Get Face To Loft Properly To Sketch

Jul 18, 2012

I am having to model a spiral slide in sections, and the top piece has this weird angled lip where the opening distorts.  Im simply trying to take the face of the extruded part (in three sections) and loft it to the sketch on a different plane.  And use the sketched curve as the centerline. 

View 5 Replies View Related

AutoCad 2D :: Dimension Arrowhead - Can't Change Color To Bylayer

Aug 22, 2011

I have a series of existing dimensions from others which I want to put on a screened layer so they aren't prominent. They are dimension objects, and going into the dimension style manager, I can change the color of the dimension and extension lines and the text to "Bylayer," but I can't find a place to change the color of the arrowhead, which, in this case, is not an arrowhead but is an oblique slash.

I exploded one of these dimensions, and with "List" I found that the slash was a block called "Oblique." When I exploded this, it became a line, which was on Layer 0, and its color was set to a specific color, not on "Bylayer".

Is there a way in which I can change the attribute of this dimension style to override this specifically set color of the oblique line to reset to the color I want it to print in (in this case, "Bylayer").

View 4 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 :: 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 :: 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 :: 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

AutoCAD Inventor :: How To Disable Set Sketch Scale By The First Dimension Feature

May 29, 2013

I need to disable the "Set sketch scale by the first dimension" feature.

The feature is nice under normal circumstances, but in my case i need to insert a dxf sketch and then draw around it in inventor. When i start to dimensioning the sketch then it scales the inserted part.

That aint so good.

View 7 Replies View Related

AutoCAD Inventor :: Change The Dimension Size In Sketch Mode?

Apr 8, 2011

How do I change the dimension size in sketch mode?

View 4 Replies View Related

AutoCAD Inventor :: Sketch / Can't Dimension A Circle From Radius To Interior Shape

Jan 26, 2012

Octagon inside a circle... The circle cannot be dimensioned off the octagon?

I need it to have, say .25" clearance and I mean I can just make the circle the right size... but Inventor/I really should be able to do something this simple...

A circle inside a circle, same center point, you can click both and get the distance between the two?

(R-click and set circle to Radius does nothing, it still wants to dimension it from the center point)

View 9 Replies View Related

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

AutoCAD Inventor :: Sketch Orientation / Can't Dimension To Any Existing Vertices Or Edges

Feb 16, 2009

Why the heck does Inventor arbitrarily orient sketches as it sees fit? I often create my first sketch on the right (YZ) plane and Inventor, stupidly turns the sketch where "RIGHT" in the viewcube reads from top to bottom.

I know all the things to do to AFTER this happens, but it shouldn't happen in the first place. If I turn my sketch so that up is up, like it should be, I then have to remember that vertical is horizontal, which is now vertical. I can't change the sketch coordinate system. It's the first sketch and there is nothing to align it to.

How to prevent the above example from occurring in the first place.

This, and the fact that I can't dimension to any existing vertices or edges without projecting them first, really make me hate using Inventor sometimes. To me, these are huge problems, neither of which Solidworks has. At worst, both of these behaviors should be configurable.

View 9 Replies View Related

AutoCAD Inventor :: Why Dimension Visibility Grayed Out In Sketch Context Menu

Jan 11, 2012

Why is dimension visibility grayed out in the sketch context menu shown in the attached image?

View 3 Replies View Related

AutoCad :: Change Leader Arrowhead Size Without Changing Dimension Arrow / Tick Size?

Mar 24, 2009

Is there a way to change the leader arrowhead size without changing the dimension arrow/tick size?

View 9 Replies View Related

Illustrator :: Add Arrowhead Where Size Of Arrowhead (Scale) Applies To Both Start / End Arrowheads

Sep 13, 2012

This is for CS4. I want to apply two arrowheads of different sizes to one end and the other end of a line. This is not possible with CS4 under "Add Arrowhead" where the size of the arrowhead (Scale) applies to both the Start and End arrowheads.Illustrator allows to apply several instances of an effect to an object. So I apply one instance of "Add Arrowheads" for the Start end with a given arrowhead Scale (size of arrowhead), and another instance of "Add Arrowheads" for the other End with a different Scale. The second "Add Arrowheads" instance of the effect does not behave at all as expected (it adds two "disfigured" arrowheads even though I ask for one arrowhead only).How can I use two working instances of "Add Arrowheads" to reach my goal?

View 5 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 2013 :: Dimension Text / Arrows Not Scaling Properly?

Dec 15, 2013

When I have to scale something after bringing it in from another drawing (Windows copy, paste), usually (but strangely not always, it seems) the dimension text and arrows are all messed up.  If I scale down, they are (obviously) way too big, up, and they are microscopic.  How is this best avoided / dealt with?  I imagine it is something with the DIMSTYLE not being copied over or something?

View 5 Replies View Related

AutoCAD Inventor :: How Are Arrowhead Locations Calculated / When Using Auto-Balloon Command

Nov 13, 2012

How are arrowhead attachment locations calculated when using the Automatic Balloon command?  Arrowheads seem to attached to objects at rather strange places!

I normally use auto-ballooning to place balloons within a drawing and then "season to taste".  Is there a way to control how and where the arrowhead gets attached to an object?

View 3 Replies View Related

AutoCAD Inventor :: Shared Sketch Generates Sketch Doctor Error - Feature Suppressed

Sep 21, 2011

I've created a shared sketch and have used it with various features. Sometime those features are suppressed. The model works fine but the shared sketch generates a sketch doctor error because the feature that created it has been suppressed. Is there anyway to make the sketch suppressed so it doesn't trigger a sketch doctor error? Inventor 2013

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 :: How To Get Sketch Point Data From Sketch Entity

Dec 3, 2013

I was trying to query some sketch points data from a profile Path using code as below. However the program stopped without telling the reason.

Code below:
i = 0;
foreach (ProfileEntity oSourceProfileEntity in oProfilePath) { switch (oProfilePath[i].SketchEntity.Type) { case ObjectTypeEnum.kSketchArcObject: { SketchArc srcSkArc = default(SketchArc); srcSkArc = (SketchArc) oSourceProfileEntity.SketchEntity; // error points[i] = srcSkArc.StartSketchPoint.Geometry; break; } default: { SketchLine srcSkLine = default(SketchLine); srcSkLine =(SketchLine) oProfilePath[i].SketchEntity; // error points[i] = srcSkLine.StartSketchPoint.Geometry; break; } } i++; } 

View 2 Replies View Related

AutoCAD Inventor :: Converting 3D Sketch To 2D Sketch From IGS File Using Wires?

Aug 1, 2011

First we imported an ".igs" file to inventor, which produced "wires".  Then by promoting the wires it produced a 3-d sketch. 

The model is in one plane and 2-D, and we are trying to use Ansys 2-D analysis, but in-order to do so it needs to be in a 2-D sketch.

The model is too large to be redrawn on a 2-D plane, how to convert it to a 2-D sketch

View 9 Replies View Related

AutoCAD Inventor :: Change Sketch 2013 Into Sketch Of 2010?

Dec 14, 2012

want to change sketch 2013 into the sketch of 2010 

View 1 Replies View Related

AutoCAD Inventor :: Sketch Disappears When Editing Another Sketch?

May 30, 2013

When I edit certain sketched some other sketches disappear. see attached.

This is causing modelling to slow down as I can not project lines from the sketch that has disappeared.

View 8 Replies View Related







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