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
ADVERTISEMENT
Oct 22, 2012
I can add sketch on a part's workplane (xy, xz, yz) by using sketchs.add.is there anyway i can select a face of part and create a new sketch?
View 6 Replies
View Related
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
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
Jan 8, 2013
I'm making a part and am adding features to it and using my existing sketch dimensions as my guide. The problem is that when there are sketch dimensions on the face of the part, they are difficult to read. I'm forever dragging these dims to the side in order to read them, it's just a bit annoying. I was wonering if there was a setting that made them show up as well as they do when the aren't sitting on the face of my parts. I've attached a .jpg of what I'm talking about. notice the dimension on the left side and the bottom.
View 2 Replies
View Related
Jan 24, 2012
what im trying to do is select a face in an assembly and create a sketch on it in the part level
this is just one step in the program im trying to make the overall program will create a tube frame and the tubes will be driven from a base solid
Sub test1()
Dim asmDoc As AssemblyDocument
Set asmDoc = ThisApplication.ActiveDocument
Dim asmDef As AssemblyComponentDefinition
Set asmDef = asmDoc.ComponentDefinition
[code]......
View 1 Replies
View Related
Oct 1, 2012
I'm working with Autodesk Inventor 2009. I have several parts colored in gray, black and red.
The grey color is the basic part color/material.The black color is feature color styles.The red color is face color styles. I need to change all the face color styles (red) to the original part color/material (gray/default). I can do this by right-clicking on a surface > properties > face properties.
My problem is that I have a lot of surfaces (mostly due to fillets). I can choose multiple ones with ctrl + click, but even that would take forever.
Is there an easier way to change all the face colors at once?
View 2 Replies
View Related
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
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
View Related
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
Mar 29, 2009
I'm sure this is pretty easy but I was wanting to split a picture into multiple sections. I didn't know how to get everything exact and without guessing. For example, I want to split a pic into 4 parts and then enlarge each section to 8x10 and frame them separately to create a large version. I am using CS2.
View 4 Replies
View Related
Feb 16, 2014
When splitting a schedule, the title of the schedule shows up above each of the columns created. Is there a way of having it so that when you slit a schedule in multiple columns, the title centeres over the entire view and shows itself only once instead of once over each column?
View 2 Replies
View Related
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
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
Mar 26, 2013
I have an inventor part with the name “0955-P05”. To break it down the Job # is 0955 and the Mark # is P05
The code below will automatically take whatever the file name and split it to fill in the Job # and Mark #
'MarkNumber and Job Information
'Filename Convert
Part_Number = iProperties.Value("Project", "Part Number")
iProperties.Value("Custom", "Job" ) = "=" & Left(Part_Number,4)
iProperties.Value("Custom", "MarkNumber") = "=" & Right(Part_Number,3)
The code works great in till my Mark # reaches P99
I know what you’re thinking but I can’t change the Mark #s to P001 and fix the code that way. The whole company is already set up with this Mark # system and they will not change it.
View 2 Replies
View Related
Dec 8, 2011
I am creating three shapes out of a pyramid. I figure if I split the pyramid in half, I can create two, then mirror them and blend the two together to make the final design. I have figured out how to create a pyramid by extruding a cube with a taper.
My pyramid is 40mm x 40mm x 40mm. I need to cut it in half, diagonally, top to bottom.
When I have the pyramid in the workspace, I see nothing that I can select - that will allow me to create lines where I need to - to cut them out.
I'll add a logo in 3-d that I am trying to create. (also, I am using this project to familiarize myself with the software.)
View 9 Replies
View Related
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
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
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
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
Dec 14, 2012
want to change sketch 2013 into the sketch of 2010
View 1 Replies
View Related
Jun 1, 2012
Is there a way to use the Split Solid tool to partially split a circle and have multiple solids after.
Ex) I would like to cut the tank at the 180 and 270 deg marks. Using the split tool still cuts through 0 and 90. I tried drawing a line from a top view that started from center going through 180, but it still goes through 0 as well.
I've attached an example shell of where I would like to have 6 solids after.
View 5 Replies
View Related
Dec 2, 2011
I can split a part into 2 solid entities, I now want to rotate one of these entities with it's features say 30 degrees or whatever and then rejoin them as a newly shaped part.
I think all this is possible apart from rotating the split solid after splitting?
how can I rotate my split solid?
View 3 Replies
View Related
Jun 7, 2012
I have a really long parts list and would like to know if there is there a way to split the parts list into two distinct shorter lists.
This is how it is done in Solidworks. Just wondering if splitting BOM's is possible in Inventor.
[URL].......
View 4 Replies
View Related
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
Aug 22, 2012
After I create a adaptive part from projected sketch. How to modify the sketch? Please see the part attached.
View 6 Replies
View Related
Mar 4, 2012
what is the difference between a sketch and a planar sketch?
View 2 Replies
View Related
Aug 16, 2012
I'm having trouble with constaints, I'd like to constrain my sketch to a point in another sketch on a different plane. Is this posible in Inventor? If so how? If Inventor works differently how would you get a points in one sketch to be linked to points another?
View 2 Replies
View Related
Oct 9, 2013
How can I have an exterior wall face with multiple finishes at different angles?
View 6 Replies
View Related
Jul 6, 2012
Is there a way to flip face multiple times? I have lots of composite window in the external wall of my model which someone has placed the wrong way round, at the moment I’m just flipping one window at a time.
View 4 Replies
View Related
Jan 11, 2013
i got Inventor recently, and i've been working on a model of a longboard just to teach myself how to use the tools in Inventor. right now i'm trying to color areas for the griptape pattern so i drew the 2D pattern and projected it onto the 3D model of the longboard. but when i tried to split the faces of the model along the projected pattern only a few of the projected lines split the faces. for other faces i kept getting these errors:
Create parting line failed Crane.ipt: Errors occurred during update Split11: Could not build this Split The attempted operation did not produce a meaningful result. Try with different inputs.
View 1 Replies
View Related