Solid Cubes as DXF File
Solid Cubes as DXF File
(OP)
I am working on a project where I need the most simple dxf file possible, without any needless information.
Description:
4 solid cubes with the colors green, black, red and blue placed together to form a large cube. Each cube should be 1 cm3.
I would appreciate any help!
Kind regards
Hanss
Zurich, Switzerland
Description:
4 solid cubes with the colors green, black, red and blue placed together to form a large cube. Each cube should be 1 cm3.
I would appreciate any help!
Kind regards
Hanss
Zurich, Switzerland





RE: Solid Cubes as DXF File
Is this for a class?
RE: Solid Cubes as DXF File
If anyone could post the DXF coding for one solid modeling cube, this would also be great since my research so far indicates that DXF does not have this capability.
I want to use DXF since it is ascii based and I could program my data-base to product the DXF code.
Many Thanks
Hanss
RE: Solid Cubes as DXF File
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
Sr IS Technologist
L-3 Communications
RE: Solid Cubes as DXF File
My goal was to get msaccess to create DXF ascii code based on values from a table and thereby produce a structure with many cubes where the colors of the cubes reflect values from the table. I was then going to import the structure into acrobat 3d. By viewing cross sections of the structure a lot of information could be conveyed to the viewer.
I guess what I need is a graphing program which could create such a structure from an excel file and then export it as a cad file to acrobat 3d. I will keep on looking...
Many thanks!
Hanss
RE: Solid Cubes as DXF File
The following group codes apply to 3dsolid entities.
3dsolid group codes Group codes Description
100 Subclass marker (AcDbModelerGeometry)
70 Modeler format version number (currently = 1)
1 Proprietary data (multiple lines < 255 characters each)
3 Additional lines of proprietary data
(if previous group 1 string is greater than 255 characters)
*/
ht
http://ww
Best bet is to get someone with AutoCAD to generate a sample file for you.