AutoCAD Inventor :: Using API To Savecopyas (solid Only)
Aug 26, 2013
I'm using the TranslatorAddIn to save a copy of a IPT file to a DWG file, I have that much but I would
like to only save the Solid not any surfaces or sketches, how would i go about saving only the solid?
View 3 Replies
ADVERTISEMENT
Nov 12, 2013
Is there anyway to call activedoc.saveas as method with the save copy as boolean variable set to true and have it not display the export DWG dialog box? Without using the translators in code, or do we have to use that if we want to use savecopyas = true and bypass the dialog?
We save all our inventor files to .dwg's and I just want to loop through a file a bunch of times, change some properties and save it out to a new location. Doing just a save as, makes a mess of things and I would like to use the SaveCopyAs feature but don't know how to get the dialog to not show up.
This is in part of a vb.net addin using inventor 2013.
View 1 Replies
View Related
Sep 19, 2012
I'm trying to split a single solid body into 2 solid bodies. The problem is that the body I'm trying to split consists of two separate pieces. I can split a body when it is a single piece no problem, but I'm having the problem when the two pieces are not joined at all.
When I try and split it on the origin plane it gives this error:
"Creating parting line failed. Could not build this Split"
When I try and split it on a work plane lying on one of the pieces it gives this error:
"Creating parting line failed. Modeling failure in ASM. Redefine inputs."
Or, another variation on this erorr:
"Creating parting line failed. Split feature could not create two bodies. Change the Split Tool so that split feature can create two bodies."
View 4 Replies
View Related
Nov 18, 2012
I am making a design on inventor 2013 for a colleague who does not know how to use the inventor.
I want to make the solid and then set something up that allows the user to change a few of the parameters of the solid in a very user friendly way (i.e. a box that says "cylinder radius" and has an input box so the user can enter a value).
View 9 Replies
View Related
Mar 19, 2012
We have this need to have all of the solids in a drawing to be placed in the "solid" layer.
Sometimes folks are drafting lines to develop these solids, and keeping the lines on the "solid" layer, rather than moving them to another layer, or deleting them altogether.
I could get folks to run this command before leaving the drawing.
I'm thinking something along the lines of:
Select all entities that are on the solids layer that are not solids.
If nil, great, do nothing.
If entities are selected, let me do something with them.
I'm hoping the following can be modified ever so slightly.
(setq non_solid (ssget "X" (list (cons 0 "3DSOLID")(cons 8 "solid"))))
View 4 Replies
View Related
Jun 18, 2013
I have a.3ds file imported into Civil 3d. The object imported as a polymesh in Civil 3d. I need the solid 3d object to do some edit like slice or union and subtract.
The question is "How can I import .3ds into Civil 3d as a solid objects or hoe can i convert polymesh to solid?"
View 9 Replies
View Related
Aug 12, 2013
I have finally created the shell of the complex surface that you see. This is only a section of the part because I cannot show the whole thing for proprietary reasons. I formed solid surfaces using the network command. The propblem is that it will not convert to a solid because the surface seams are not "water tight." When the network command created the solid surfaces, the surface seams do not exactly match the lines so there are gaps in all the seams. I have tried blending, patching, etc. and nothing works. how to convert this to a solid without losing the outlines and the shape?
View 3 Replies
View Related
Sep 16, 2013
How can I remove the lines in the middle after I press and pull the objects.
Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?
View 9 Replies
View Related
Aug 27, 2013
Is it possible to trim a 3d solid using another 3d solid as a cutting edge? I want to cut the edges of a dam using the natural ground surface (which is also a solid) as my cutting edge.
View 3 Replies
View Related
Jul 10, 2013
Is there away to trim the diagonal 3d solid to the top of the horizontal 3d solid in the picture.
View 4 Replies
View Related
Jan 23, 2013
I am drawing a column and I need to flatten out a section of it to get true size and shape to constructe a template.
View 9 Replies
View Related
Nov 8, 2011
Is there a way in a dwg to only make a spicific part shaded and the rest in a 2D sketch,? i created a sketch and traced the part and filleted it but that took forever. im using IV 2011 RS
View 1 Replies
View Related
Jan 17, 2011
Is there a easy way to make this into a solid.
View 5 Replies
View Related
Aug 22, 2012
I have this igs file from my customer and trying to convert it into solid but not been able to do it.
View 9 Replies
View Related
Oct 3, 2011
I have an ifeature (find in an attachement).
My question is: it possible to insert ifeature and get end result as new solid added to a part file
As of now when I add ifeature it merges with the previous solid. I think I am missing something
Config :: Intel (R) Xeon (R) CPU E31245 @ 3.30 GHz, 16.0 GB, 64bit win7
Inventor 2013 and Vault Basic 2013
View 3 Replies
View Related
Nov 20, 2011
How can I see the mass of a solid, or if it's not possible, at least the volume.
View 1 Replies
View Related
Dec 13, 2012
i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?
View 7 Replies
View Related
Nov 7, 2012
I want to subtract smaller solid from bigger solid.I can not understand how to move smaller solid and place it in front of bigger solid.
View 6 Replies
View Related
Dec 1, 2006
How can i convert some solid bodies to a single solid.
View 8 Replies
View Related
Jan 24, 2012
Is it possible to sweep a solid along a 3d sketched line path to cut a groove / slot? This is like milling a slot in material on a milling machine so the cutter goes along a path removing material.
I can draw a rectangle that represents the side plane of a slot type cutter and this works but in the corners it is not working like a round cutter and leaves sharp corners which then need filleting to finish, but also I am not sure if it is cutting exactly as if a solid round/cylinder cutter would.
View 9 Replies
View Related
Jun 1, 2013
Is possible create new Body (SolidBody) for iFeature? In VBA or .NET.
View 5 Replies
View Related
Sep 3, 2013
This is a part from an inmported step file. The Inv assembly consists of 1047 part files.
I did the following:
Immediatley grounded all parts in the assembly.Opened the 8 (of the 1047) parts that came through as surfaces, all the rest are solid.
Found missing faces on all of them. I found the most useful tool was to create a series of section planes and do sketches with projected cut edges. Then export the sketches and open in autocad. This way I can see a simple line section view.
I set about replacing the missing faces to get the surface to a solid.After a few attempts I managed what you see below, a solid part in the browser. The part will now mirror as a new solid, but will not join. I have tried mirror as single solid, derive as single solid and combine. All Fail.
View 1 Replies
View Related
Mar 14, 2013
I have been working for an hour trying to add this split to this part. I have an extruded surface (ExtrusionSrf10) that I need to use as the parting line. When I try this all I get is a "Create parting line failed.....Errors occurred during update".
I have done this many times on other parts, this one is being a pain. I need the split to have two solids when its done. The reason that I want this is so I can sculpt out a portion of this block.
The file is about 15mb. Here is a link to it.
Windows 7 x64 -12 GB Ram
Intel i7-930 @ 3.60ghz
nVidia GTS 250 -1GB (Driver 301.42)
INV Pro R2013, SP1.1 (update1)
Vault Basic 2013
View 6 Replies
View Related
Jan 8, 2010
Every once and a while a get an error while I am trying to generate a mesh for a part. The error says: Warning:1 No additional information is available. Internal error in the mesher.Sometimes I can go back to the part and change a dimension exit the sketch and then change the dimension back to the original value and then I can get the mesh to work. Today I can't get the mesh to work. How I can do eliminate this error?
View 9 Replies
View Related
Jul 16, 2012
I am using Inventor 2012 and I am trying to create a circle from a solid drawing I have done, I am creating a 3D drawings of a pressure seal, but I don't know how to go about making this block into a circle with a Diameter of:-
OD 899.8
ID 873.6
(mm)
I have attached what I have done so far. I think I need to keep it in sketch to do this though?
View 6 Replies
View Related
Jan 28, 2010
Is there any way to convert a surface to solid?
View 4 Replies
View Related
Dec 21, 2011
I like to create a chin from 2 ellipses profile. I used the Loft command and it does not allow me to complete the command. Did I use the right command wrongly? Or there is another way to do so?
View 4 Replies
View Related
Nov 23, 2011
I´m building a solid in inventor 2012 and I exported the model to ANSYS for Finite element analysis. The problem is that ANSYS
don´t recognize the solid as one part only and also can't assume connection between some lines and areas. I want to merge a part with inventor, so inventor can export the model as a solid 1 part. In solid works there is the option to merge a file when I save a file for exporting. How can I merge a single solid in inventor 2012?
View 4 Replies
View Related
Nov 25, 2013
I used surfaces to try and create a solid but it will not sculpt...new to this feature...Can it be made into a solid the surfaces or is there another far better way to create?
View 9 Replies
View Related
Apr 7, 2013
A customer has supplied me an STL file. It opens in Inventor but I can't measure it or place it into an IDW to dimension it.
Windows 7 x64 -64 GB Ram, Intel Xeon E5-1620 @ 3.6 GHz
ATI FirePro V7800 2 GB, 180 GB SSD & 1 TB HDD, Inv R2013 PDS Premium SP2 Update 3 (Build 200), Vault 2013 Workgroup Update 2 (Build 17.2.9.0)
View 9 Replies
View Related
Oct 17, 2012
I try to migrate our ObjectArx Api to Inventor. Therefore I need a function to create a mesh from a solid.
With Autocad .Net Api, I can use GetObjectMesh(DbObject obj, MeshFaceterData parameter). Does in the Inventor Api a similar function exist?
In the parameters I need to set the deviation in the same way as in the Autocad .Net Api.
Example:
FaceterDevNormal = 0.1;
FaceterDevSurface = 0.1;
FaceterMeshType = 2;
View 1 Replies
View Related