AutoCAD Inventor :: Create Transient Surface Body Options
Dec 27, 2013
Using the options param available for Create Transient Surface Body. The documentation states there is an option for Stitching and Merge Faces, which I would like to toggle to true. However, I'm not sure how of the correct syntax to provide this object.
View 3 Replies
ADVERTISEMENT
Mar 8, 2012
How can I convert a surface body in a solid body?
I attach my file.
View 3 Replies
View Related
Sep 28, 2012
I am trying to convert this composite surface into a single solid body, however when I try to stich the surfaces in the construction environment it always crashes. I have also tried edditing the STEP file import options but it still always opens as a composite surface.
View 7 Replies
View Related
Dec 16, 2012
I have a multibody surface part, which is derived from a multibody part. Therefor there are multiple contiguous surface parts that are isolated from each other.
Is there a way to STITCH or convert one of these contiguous surfaces into a solid part ?
Note: I tried the THICKEN tool but the hole features do not come out right. Some holes are missing or the hole depths are wrong.
View 9 Replies
View Related
Jul 2, 2013
I've found myself using this code often:
// Get the transient geometry object. We'll use this to create pure geometryCComPtr<TransientGeometry> pTrGeom;pTrGeom = pApp->TransientGeometry;
But I was thinking, once I have pTrGeom can I just declare a global to hold it while my Inventor instance is running?
Alternatively I suppose I could have a global function which does this:
CComPtr<TransientGeometry> GetTransientGeometryPtr(){ static CComPtr<TransientGeometry> pTrGeom = NULL ;
if (pTrGeom == NULL) pTrGeom = pApp->TransientGeometry; return (pTrGeom) ;}
So it reduces to a one-liner. But in COM is that static valid? I know the code is not complete above, but you get the idea.
What do other C++ COM programmers do here...?
View 8 Replies
View Related
Dec 18, 2012
I am trying to create multiple bodies within a part file using multiple ifeatures. It seems that it is not possible to force the ifeature to create a new body when it is inserted. If it is inserted into a part that has multiple bodies present.
I call it "Reverse Nesting". We have a sheet of a certain size (18" x 32" in this case). I need to completely cover a much larger (and oddly shapped) panel with these sheets. I want to cnc cut these sheets into the correct shape and be able to assemble them together on the larger panel.
Create an ifeature that creates a sheet of the correct size. In a part file with a sketch (or surface) of the panel we need to cover, we can insert the ifeature and constrain its sketch to the original sketch. My hope was that I would be able to do this multiple times (each as its own body),orient them as req'd to cover the panel, and the use the original panel sketch to do an interference extrude through all the bodies. I could then use Make Componets to create an assembly of all of the parts, and generate flat profiles for each piece for CNC cutting. This doesn't work because I can't geerate multiple bodies with multiple iFeatures in the same file.Create a template part that is teh size of the sheet and constrain them together on the panel I want to cover. Use assembly features to cut way what I do not need. This does not work because there are performance and associativity issues with assembly features and no way to push the cuts back to the parts for CNC profiles.
Similar to #2 except derive the panel we need to cover into our part and use split to remove what we do not want from our sheet. This does not work because it is not easy to move a derive around within a part and link it to the other sheets that are adjacent to it.Create a template that contains parameters that contain the sizes of the sheet. Manually create sketchs and constrain them to each other on the derived (as a surface) panel, extrude each one as a separate body and then run Make components. This will work, but it is very time consuming.
View 5 Replies
View Related
May 14, 2013
if i draw up a 3d sold part as the finished part, can i then draw a new rectangle solid body over the top of this and split the new solid body using the part as the split tool?
the idea being that i am left with a rectangular plate with a female 3d impression of the finished part in the top.I can't seem to use the part as a split tool?
View 5 Replies
View Related
Jan 31, 2011
After migrating my project from MDT2009 to Inventor 2010, every solid body in MDT became a part file in INV. If I were modeling from scratch, some of the .IPTs should be multibody parts. Is there any way to cut & paste a solid from one part to another to create a multibody part? I’m not talking about deriving a new part from the source parts. The end result should be a multibody part with all sketches intact and all solids fully editable, as if I had modeled them as a multibody part right from the beginning.
I’ve attached a simple example of two separate parts that should be combined into one multibody part, as shown in the .JPG file. Can it be done without deriving the parts?
View 9 Replies
View Related
Sep 12, 2013
Can I export a solid from a multi body part to an other part file. how?
View 1 Replies
View Related
Feb 1, 2012
I have a part that is derived from a surface skeleton ipt. The derived surface is thickened and then some holes are added. Then, when I try to add a flange, it gives me the error "Sheet metal features are not supported in multi solid body parts". My part is a sheet metal part and single body.
INV 2013
View 4 Replies
View Related
Mar 24, 2013
I have been trying to research how to create a custom surface. I found this article [URL]...... about how to to create a surface from a jpeg. The article says to "expand color on the top left." of the style editor. However, when I open the dialogue there is no "color" that can be expanded. The only thing in the top left of dialogue box is "lighting." Is there another step that the article misses, or is there another way for me to create a surface from a jpeg?
View 2 Replies
View Related
Jan 10, 2012
How i can create with vba a surface Extend
Take a look picture?
View 3 Replies
View Related
May 18, 2006
How can I create a workplane with the API that is tangent to a surface and passes thru a workpoint. It is easy to create a work plane of type kPointAndTangentWorkPlaneDefObject by point and click in Inventor 11, but I can't figure out how to do it in the API.
View 5 Replies
View Related
Aug 2, 2012
Trying to patch and then sculpt an area on a pipe so that it blends together better, however it keeps coming up with an error. The strange thing is, it shows up in the preview after selecting all the edges but then does not calculate correctly.
Basically trying to fill the 2 small areas between the visible workplanes. Also, I couldn't get the project cut edges in the 2 sketches to only project the curves I needed, so all the cylinder edges are projected.
IV2012
Windows XP SP3 32-bit
Intel Core 2 Duo 6400 @ 2.13 GHz
Nvidia Quadro FX 3450/4000 SDI 256MB Vram
2 GB Ram
160GB HDD
View 1 Replies
View Related
Nov 29, 2012
Picture this, a tubular feature that has a path that runs along the circumference and turns linnear. A path thats .3125 in diameter. I attached a file that shows a hand sketch with this post but I can't tell if it will show up.
View 2 Replies
View Related
Jul 26, 2013
I am working with transient graphics to show some indicators over the current drawing, those indicators have a polygon with a boundary and a text.
I do not have any problems with the polygon and with the boundary, but the text is drawn always with black color and I need it to be in another color. This is the code that I use to draw them in a class that inherits "Transient":
protected override bool SubWorldDraw(WorldDraw wd) { //Polygon properties wd.SubEntityTraits.TrueColor = new EntityColor(255, 255, 0); wd.SubEntityTraits.FillType = FillType.FillAlways; wd.SubEntityTraits.Transparency = new Transparency(75); //Filled polygon wd.Geometry.Polygon(myP3DCol); //Line properties wd.SubEntityTraits.FillType = FillType.FillNever; wd.SubEntityTraits.Transparency = new
[code].........
View 7 Replies
View Related
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
Jan 27, 2012
Is it possible to use an Autodesk Inventor .iam (assembly) to generate a file containing only the visible/exterior surfaces of that .iam?
My employer has a requirement that, in certain situations, only data without internal features/details can be supplied to customers.In this case, we only want the customer to be able to view the assembly & not see the internal features of individual parts.
View 3 Replies
View Related
Dec 27, 2013
I've currently written an application for SolidWorks that reads file that geometry in the form of faces (ie. 3 or 4 double values that represent triangular and quadirilateral faces). I am trying to create the same application to work for Autodesk Inventor, but I am having some issues.
First, I am basing my code off from the examples given in the help files. There's a lot of pointers to objects being to get to the Face creation portion, this seems to be slowing my appliation down considerable compared to the SolidWorks counterpart. SolidWorks API has a modelling method called CreatePlanarSurfaceDLL that allows me to provide an array of doubles representing the vertex points in order (x, y, Z) for each point, so the array looks like this for a triangle (P1.X, P1.Y, P1.Z, P2.X, P2.Y, P2.Z, P3.X, P3.Y, P3.Z). Is there anything similar in the Inventor API to simply the process?
Secondly, when using the example, they all have a known "shape" and therefor there are a definied number of vertices, edges, faces, etc. And when adding the faces, the known points / vertices are used. In my case, each face contains information for it's 3 or 4 vertices. I created these using the prescribed methods, but when the final surface body feature is created, and a repair is performed on it, it shows a lot of duplicate edges and vertices. Do I need to take the time and filter out all of the duplicate vertices, and point to a single vertex that may represent a vertext used by up to 3 or 4 faces?
View 1 Replies
View Related
Aug 16, 2012
I've read the posts pertaining to coil features along curved paths. The existing solutions are limited in that they must rely on a solid with the addition of a bend feature. How can I create a helical surface structure including multiple bends like the one shown?
View 2 Replies
View Related
Aug 1, 2013
What is the best way to create a workplane at a given angle on the surface of the tube. Imagine the workplane long and thin running along the surface of the tube. The angle will be a parameter (from a sketch or user).
I'd like the workplane to always be on the surface of the tube, even when the diameter of the tube (from a dimension in a sketch) changes.I'm thinking that a (angled) line in the same sketch as the two circles (which define the tube diameter and thickness) would be a good starting point.
View 9 Replies
View Related
Jan 28, 2013
How to create a revolve surface in an assembly for the purpose of measuring a flow area through a specific area? See the attached JPG, I basically have a conical internal diameter with a pin protruding into it..... I need to measure the flow area as shown in the sketch attached here. the way I have this shown in the attached JPG is the way that we had previously performed this in Pro-e.
View 9 Replies
View Related
Mar 1, 2013
Im currently using an addon for Civil 3D called Novapoint. It allows me to create 3D models of surfaces made out of 3d faces and easily models cut and fill 3d-models for me.
The only thing i need to create a cut and fill model is one or several ground surfaces (existing ground, earth layers, rock etc. whatever i need) and a closed polyline/3Dpolyline that represents the level I want my cut and/or fill model.
I enter the spcifications I want such as; earth cut angle, rock cut angle, fill angle, select which surfaces i want to include in the model calculation and select the polyline.Novapoint then calculates the cut/fill model from the surfaces to the polyline and models the different cut/fill angles and gives me the results in a 3d-face model and a specification of the volyme of rock cut, earth cut an fill.
1. Novapoint is quite unstable and crashes alot
2. You cant create profiles out of 3d faces
3. Novapoint does not automaticly combine the start surfaces with the modeled cut/fill surface
4. A large surface made out of 3d-faces demands alot of computer power
So I want to how I do the same that Novapoint does for me in Civil 3D? (I have access to Civil 3D 2007-2013 depending on which one you're using)I know I can take the 3Dfaces i created in Novapoint and make a surface in Civil 3D with them but I want to exclude Novapoint completely.
View 9 Replies
View Related
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
Apr 10, 2013
how I can add more volume to curved object surface? Say for example I have a plastic cup.You can think of this as cylinder object ,which was the shelled out using the shell tool and then had its base sealed.
Now at certain parts, I would like to increase the thickness and then blend it the rest of the surface(may be chamfer its edges) .
At certain parts on curved surface I would like to add an extra mm, I think if the surface was flat I would just sketch the shape, then extrude it by few mm and smooth the edges by doing a chamfer
But how can this be done on surface that is curved? Or multi curved for edges?
View 9 Replies
View Related
Feb 28, 2013
I'm designing a press for a skateboard similar to: Rib Press
I have the board modeled: (see attached)
Now what i want to do is generate those ribs as seen in the picture.
I tried creating a block that intersected with the board and tried to split the rib at the surface, but to no avail. I think the issue has something to do with the curve of the board in two directions, but i can't seem to get it right.
if you are having trouble visualizing what i'm asking about, look at this. I want to be able to figure out the exact shape of those center ribs to print and eventually cut out of wood.
View 9 Replies
View Related
May 31, 2012
It is not possible forme to add the fil because it is to large 1.8MB how can I poste then I like to know if it is possible to extend the button flat surface diameter ø12.5 up to the shaped surface. The result should be a total solid block whit a surface shaped hole.
File last up-date with Autodesk Inventor Professional 2013
View 6 Replies
View Related
Dec 9, 2011
I am a beginner when a extrude a feature and select a part surface for new sketch now i want is to offset that surface but i can,t there is + sign with mouse icon and something like fully constrained is written in down the window.
View 9 Replies
View Related
Jan 9, 2014
Is there away to use an IFeature creating a new body?
I mean, modeling a part as multibody, i would like to insert a feature with an iFeature, but i would like too that that new feature will be a new body.
I have tried in many ways.. including inserting in the ifeature a Split Feature..but with no sucess.
View 2 Replies
View Related
Jun 1, 2013
Is possible create new Body (SolidBody) for iFeature? In VBA or .NET.
View 5 Replies
View Related
Sep 5, 2013
I would like to create 3D model of a boat attached. How to create front part of the boat.
View 7 Replies
View Related