How to convert an assembly into one solid block?
How to convert an assembly into one solid block?
(OP)
Does anyone know how to convert an assembly file into a solid block?
That is convert an assembly with its many parts into a solid lump that looks like the original assembly but can not be edited in any way and has a much smaller file size.
I am looking at trying to create simple representations of assemblies for sales to use for quotation purposes. The files are too large the way they are now.
Thanks for the help
NorthBear
That is convert an assembly with its many parts into a solid lump that looks like the original assembly but can not be edited in any way and has a much smaller file size.
I am looking at trying to create simple representations of assemblies for sales to use for quotation purposes. The files are too large the way they are now.
Thanks for the help
NorthBear
RE: How to convert an assembly into one solid block?
Use amcombine and join the hole assy to one part (all instances must be local - MDT 3). Then use explode and it
all becomes one solid. By the way - it does not require all parts to be connected or intersecting.
Regs,
Linqur
RE: How to convert an assembly into one solid block?
Thanks for the responce.
NorthBear
RE: How to convert an assembly into one solid block?
Maybe a little custom program of
for...each cycle would help?
Linqur
RE: How to convert an assembly into one solid block?
save the file you are working on
(let's call it "assembly_1")
then open a new or existing assembly file that you wish to attach "assembly_1" to. "Assembly_1" now becomes a "part" in the new assembly file... it will move as 1 part...
if "assembly_1" needs to be changed, open the original "assembly_1" file... edit and save, then reopen the file it was attached to.
RE: How to convert an assembly into one solid block?
If you want 3D images, first apply materials to the parts, then choose a view you like, or rotate it as to how you like it, then render it using the photo real option. Next use "SAVEIMG" and save it as a .bmp, .tif, or .jpg. I said use render, because if you just use shade (gouraud, etc.), the image will be saved as a 2d wireframe.
If you just need 2D images, then prepare a layout the way you like it (however they need it), then use "AMVIEWOUT" and save the file. Now the file will be about 80% SMALLER than the original drawing, and can be opened in reqular autocad. The file will be editable, but I guess I can't meet all of your requirements 100%.
By the way, You didn't mention which MDT you were using, but I hope this helps.
Flores
RE: How to convert an assembly into one solid block?
I always end up doing this when exporting to another software program.
Matt
RE: How to convert an assembly into one solid block?