AutoCAD Inventor :: Creating Extrusion With Sketch Containing Multiple Circles

Mar 18, 2013

I am trying to creating an extrusion with a sketch containing multiple circles. However, the AddForSolid() Method is not working properly, returning non-NOERROR is C++. Below is the code that I used to create a sketch(which is succeeded) and then try to create a extrusion (in my case cutting). 

ApplicationPtr pInvApp;pInvApp.GetActiveObject("Inventor.Application");DocumentPtr pItem;pItem = pInvApp->GetActiveDocument();PartDocumentPtr pDoc;if(pItem->GetDocumentType() == kPartDocumentObject)pDoc = pItem;SelectSetPtr selectedItem;selectedItem = pDoc->GetSelectSet();FacePtr face;//printf("
[code]....

View 6 Replies


ADVERTISEMENT

AutoCAD Inventor :: Nifty Sketch / Extrusion Error

Apr 10, 2012

I have a sketch for a 1.125" tall bounding wall.  The inside contour is projected, and the outside contour is offset .125."  When I extrude the desired profile, the inside corners, which are project radii, turn inside out. I don't know how else to explain it.  I will attach before/after screen shots.

I reboot my PC at lunch because I was getting other odd errors, lots o' C++ runtime joys. That was some two hours ago, and I had a slew of errors/crashes after that around one.  Now, no error messages, but this interesting occasion. 

View 1 Replies View Related

AutoCAD Inventor :: How To Get The Extrusion And Sketch Menu Back

Jun 21, 2012

In working with Autodesk Inventor I accidentally exited out the menu that displays all my different extrusions and sketches. what this menu is called and how I get it back?

View 2 Replies View Related

AutoCAD Inventor :: Extrude Sketch 3 To The Extrusion 1 But Keep Getting Error

Apr 16, 2013

I am trying to extrude sketch 3 to the Extrusion 1 but keep getting Error....is this the wrong way to create?

Also the Extrusion 2 cut out for centre hole does not seem completely round.....

Could this part be made using better techniques.....how can i create this part with better steps

Inventor Edu 2013

View 4 Replies View Related

AutoCAD Inventor :: Extrusion Is Picking Wrong Sketch

Aug 31, 2012

I am new to Inventor, running Inventor 2012. I know Solidworks.

I have a sketch with ellipse and then squares inside the ellipse. I am trying to edit the part not create. The program extrudes either ellipse or squares.  New problem: the extrusion is picking wrong sketch. I need to finish the part.... 

View 9 Replies View Related

AutoCAD Inventor :: Create Sketch On Face For Extrusion?

Jul 25, 2008

I am trying to create a sketch on a face for an extrusion. The sketch has a text box. I am having trouble excluding the text in a sketch otherwise all the closed geometries of the text get extruded.

I created an objectCollection and excluded the TextBox objects. Still not working.

View 6 Replies View Related

AutoCAD Inventor :: Reset Sketch And Extrusion Numbers In Browser Tree Along With Model Parameters

Jun 11, 2013

I want to reset the number for the sketches, extrusions, etc. in the browser tree of my template file to start with 01 instead of sketch48 and extrusion69.

I also want to reset the model parameters to start with d0 instead of d485.

The attached image show an example of a simple cylinder that I created from my .ipt template file.  

View 5 Replies View Related

AutoCAD Inventor :: Single Drawing For Multiple Extrusion

Sep 16, 2011

I design press tools. Is there any ways in inventor 2012, where I can have only one common sketch in zero height and extrude profiles in different heights. Like plate no 1 @100 to 120mm (in vertical axis. A 20mm thick plate placed at 100mm above zero plane.) and plate no 2 in 150 to 175mm height and so on.

View 6 Replies View Related

AutoCAD Inventor :: Select Multiple Solids For An Extrusion Cut?

Apr 11, 2013

I need to do a cut extrusion on a multibodied part and need to select the solids.  As of right now I have to select each one individually rather than doing a drag box or something like that. how I can do this fast, I've got a multibody part w/ over 1000 solids (I didn't create it, yes I know this is probably excessive).

View 9 Replies View Related

AutoCAD Inventor :: Multiple Extrusion Depths On Same Part

Nov 28, 2013

Inventor 2014.  I have watched everything I can find and read many entries on related messages.

I create a part by creating rectangle on the XY of 90mm centered on 0,0.  I add fillets on 3mm on all four corners.  I then add two circles centered on 0,0 of diameters 45 mm and 41mm.  What I would like to do is extrude the area between 41 mm and 45 mm circles to 10 mm and the rest of the rectangle outside of the circle 45 mm circle to 6 mm.  The center of the part from center to the 41 mm circle is void or open. 

I have read two solutions that use a "share sketch" function, that I can't find by right-clicking as indicated in the write-up.

View 4 Replies View Related

AutoCAD Inventor :: Changing Extrusion By Changing Sketch Results In Errors

May 9, 2013

The attached files are two sprockets. The original part has 30 teeth. I need 34 teeth.

The MODIFIED part has one of my attempts at making 34 teeth. I have tried the following with the same error dialog box (see below):

1. Edit Sketch_6 (associated with Extrusion1) by deleting all but one of the teeth lines (2 arcs and 2 lines that make up a tooth) and making a circular pattern of 34.

2. Same circular pattern, except this time I "Close the Loop" (right-click on one of the teeth line segments > Close Loop > click on all the segments until the loop is closed).

3. Same circular pattern, except this time change the resulting patterned lines into construction lines, trace these lines with arcs and lines of my own (not construction lines), and close the loop on my own lines.

When each of the 3 attempts failed, I tried deleting Extrusion1 and making a new Extrusion feature from Sketch_6. I cannot select what I want in Sketch_6 in order to make the teeth.

I'm at the point where I'm just going to take the dimensions from the circular pattern sketch of 34 teeth, delete Extrusion1 and Sketch_6, and make my own sketch and extrusion.

For the future, I really would like to know - why is it so difficult to alter features like this? Yes, I understand that Sketch_6 is not fully constrained, and on top of this I am not privy to how it was generated in the first place (this is a part file from a vendor). But it does not strike me as something overly complicated for the Extrusion feature to recognize a change in its associated sketch. This is not the first time I have encountered something like this.

View 1 Replies View Related

AutoCAD Inventor :: Creating Dimensions On Sketch?

Dec 17, 2012

One of our senior designers seems to think there is a setting when creating a sketch that will automatically dimension.

So if a straight line is draw and 5 mm length is entered a 5 mm line will immedialtey be created, he seems to think that you can then immedialtey Dimension said line??

I can't find anything, settings wise?

View 3 Replies View Related

AutoCAD Inventor :: Creating Rectangle In Sketch In Assembly

Oct 2, 2013

I have problem with creating of a Rectangle in a sketch. I would like to make a profile in assembly and then make a "revolve".

Dim oAsmDoc As AssemblyDocument
Set oAsmDoc = ThisApplication.ActiveDocument

Dim oCompDef As AssemblyComponentDefinition
Set oCompDef = oAsmDoc.ComponentDefinition
[code]..........

View 1 Replies View Related

AutoCAD Inventor :: Creating Sketch - How To Center It About Origin

Aug 26, 2013

After I create a sketch, how do I center it about the origin? The origin is projected, I just can't figure out how to set the sketch about it.

View 4 Replies View Related

AutoCAD Inventor :: 3D Sketch Equation Curve - Creating Coil?

Jul 26, 2013

I am trying to create a coil which from above, retains equal and thus parallel pitches whilst at the same time adheres to a semi-circular form in the cross section. You can see from the images attached that the first two revolutions are larger than the semi-circle outline.
 
These are the values I have used:
 
Cylindrical

r (t):     134.56924424045517662353735770102mm * t * 0.5
q(t):     1 deg * 360 ul * 3.0 ul * t
z(t):      10 mm * 6 ul * 0.5 ul *  t  * (1.5 * t) * t

tmin: 0 ul
tmax: 0.916 ul

View 9 Replies View Related

AutoCAD Inventor :: VBA Creating Path From Derived Sketch Block

May 21, 2013

I've got a problem with creating Path in Inventor VBA. I've created a source block definition in SourcePart.ipt, derived it in DestPart.ipt, placed this derived SketchBlockDefinition in Sketch3 and draw 3 extra lines. Now i want to add a SplitFeature with SplitTool as a Path of 3 lines, but first i need to create this Path. There is no problem with creating path from this 3 extra lines, but when i want to create path from lines that belongs to derived block - an error occurs. 

Below is sample code (also included in attached file - DestPart.ipt). Try run it with DestPart.ipt as an active file. When Inventor is prompting for Selecting Sketch Entity first select one of 3 extra lines, macro ends with no errors. Then run it again, this time select one of 3 lines that belongs to SketchBlock - an error occurs.

When you try to add SplitFeature (Trim Solid) by UserInterface Button "Split" there is no problem with any set of 3 lines.
 
Sub CreatePathTest() Dim oPartDoc As Inventor.PartDocument Set oPartDoc = ThisApplication.ActiveDocument Dim oPickedSketchEntity As Inventor.SketchEntity Set oPickedSketchEntity = ThisApplication.CommandManager.Pick(kSketchCurveFilter, "Select Sketch Entity") Dim oNewPath As Inventor.Path Set oNewPath = oPartDoc.ComponentDefinition.Features.CreatePath(oPickedSketchEntity)End Sub
My System is Windows 7 32bit/64bit, Inventor 2012 

View 1 Replies View Related

AutoCAD Inventor :: Sketch Panel Don't Open When Creating New Part

Apr 18, 2012

I have a problem when I`m creating a new part in assembly.

I`m in assembly and I push a create button. Then I give it a name and OK. Then I push a plane where I want to make the part. New sketch comes but no sketch panel. I have to push right button from mouse and click finish sketch. Then when I go edit sketch the sketch panel comes like it suppose it to be.

View 9 Replies View Related

AutoCAD Inventor :: Toggle Sketch Only Geometry When Creating Drawing?

Jan 23, 2012

Can we now toggle "sketch only" geometry when creating drawing view sketch transient geometry in the Inventor 2012 API?

View 2 Replies View Related

AutoCAD Inventor :: How To Use Single Sketch For Multiple Extrusions

Nov 8, 2013

How to use a single sketch for multiple extrusions, i would create all the holes and everything in one sketch and i could reuse that sketch again and again.i totally forgot how to do this.

View 2 Replies View Related

AutoCAD Inventor :: Splitting Face Into Multiple Ones From One Sketch?

Apr 2, 2012

What I'm doing is preparing a model for FEA, and I want to split some faces for where the nuts meet a surface. So far I've only been able to do this by repeatedly making a sketch and then splitting around each hole. Is it possible to do several splits from one drawing or to pattern the split? (I've attempted both, but failed hard).

Splitting a surface 5 times is slow, but essentially fine. Doing it this way when I have more bolt holes though is a chore.

View 2 Replies View Related

AutoCAD Inventor :: Creating Custom Dialogue To Edit A Sketch Symbol Text?

Jul 18, 2013

What I would like to do is create a custom dialogue for each of 3 or 4 standard sketch symbols we use on a regular basis. I'd like to load 'suggsted' values out of an excel spreadsheet and allow the user to pick from them or enter in a custom text string if required.  The values would then become part of the sketch symbol.

I've spent some time looking into iLogic rules and I think I've determined that they're not flexible enough to do what I want.

If I'm correct, it is possible (or a good idea) to do this using a VBA macro? I'm a little hesitant to go down the full blown add-in route. While I'm pretty confident I could work it out.

View 3 Replies View Related

AutoCAD Inventor :: Dimensioning To Central Axis Through Multiple Sketch Planes

Dec 3, 2011

I am creating a part that consists of a series of intermediate Lofts.  The various Loft termination profiles are sketched on a series of stacked planes, most of which are parallel to one another.  I have a Work Axis (oriented at an angle off of true vertical) that penetrates all of these sketch planes, essentially forming a "central axis" for my part.  Most, but not all, of my sketch planes are normal (perpendicular) to that axis.

I want to use my "central axis" as a reference point in each of my sketches, i.e., the point where the axis intersects the sketch plane.  I am having a minor difficulty.

When I project my central axis into a sketch whose plane is normal (perpendicular) to the axis,  Inventor displays a reference point where the axis penetrates the plane and I can dimension my sketch geometry relative to that point.  Conversely, no such point is displayed when I project the axis into a sketch plane that is NOT normal to the axis.

Is this correct behavior?   To have a dimension able point on my "non-normal" sketch planes, must I create explicit Work Points to mark the intersection between my Axis and such planes, and then project those points into the related sketches?

View 2 Replies View Related

AutoCad :: Add Point / Node To Multiple Circles

Jan 6, 2012

I wanted to know if there is a way to add points/nodes to all the centers of all the circles in my drawing with only a few steps, vs picking 700 circles one at a time using( _point) command.

maybe there is a lisp for this?

View 2 Replies View Related

AutoCAD Inventor :: Creating Assemblies Out Of Multiple Parts?

Jul 11, 2012

I have a issue merging multiple parts into one assembly. When i do the constrains the parts are able to move but the pieces break part. I need to be able to move the whole assembly with all parts together without them breaking apart.

View 6 Replies View Related

AutoCAD Inventor :: Creating Multiple Plane Ifeature

Nov 17, 2011

I'm new to Inventor, less than a month of experience learning by myself. I want to create an ifeature that uses sketches from 2 different planes. I found out how to place a simple ifeature but i'm having difficulty with the multiple plane references. I can select the 2 planes when inserting and tried using the "activate sketch for placement", but I can only reference the first feature, the second one isn't available at that point, therefore does not appear after completion.

View 1 Replies View Related

AutoCAD Inventor :: Creating Multiple Drawings For IParts

Oct 18, 2011

I've created an iPart (for this discussion, lets just say a cube..)with 6 variations of the same part (its height has a choice of 6 different values in the iPart table)..I've created a drawing (idw) which dimensions the cube in one of the 6 instances..

..Is there any way to replicate the drawing another 5 times, with each referencing each instance of the iPart?

I was imagining copying the drawing 6 times and change each one to look for a different instance (a bit like when you go component - replace in an assembly..) then the drawing to automatically update the altered dimension.

this would save me producing and re-drawing 6 separate idw files for the same thing where only one dimension changes each time!

View 4 Replies View Related

AutoCAD Inventor :: Creating Assembly Of Multiple Parts To A Solid Part

Feb 15, 2013

My issue is we have Universal assemblies that never change. These assemblies are thousands of parts. (hardware gaskets other random assemblies.) this top level universal assembly never changes.

to increase time in layouts. we would like to create these universal assemblies into 1 sold part.

Is there a was to export an assembly into a single solid part.

View 1 Replies View Related

Photoshop :: Creating Circles

May 26, 2006

I want to create the circle look going around a video (screen shot from someone elses video below.) I've tried creating scanlines and using the Polar Coordinates filter, but with no luck. All I'm looking to do is duplicate the repeating circles they've created, and then have the middle lines fade out in the center so the video behind it will be clear (I'm doing this effect in Photoshop but I'm probabaly going to use After Effects to incoorperate it into the video,) BUT the video is visable between each of the lines (again, see the screen shot below to understand what I'm talking about.)

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







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