#Solids import from R13
8 messages in this thread
I know this question has been raised here before but I did not copy it. What
do I need to do to get the r12 equivalent of Solmesh at 12 wire density with
either DXFOUT or 3dsout in R13…..your help would be appreciated.
Paul
"the r12 equivalent of Solmesh at 12 wire density with either DXFOUT or 3dsout
in R13…"
The DXFOUT from R13 will not work for ACIS models into 3DS. You must use
3DSOUT. The command FACETRES might be your ticket to resolution. For
instance, if you create an arc of 90 degrees, the FACETRES setting will allow
you to output the arc as 1 segment, or up to 32 segments, depending on the
FACETRES setting (pronounced FACET RES, by the way, and not FACE TRES!).
>> the FACETRES setting will allow you to output the arc as 1 segment, or up to
32 segments, depending on the FACETRES setting (pronounced FACET RES, by the
way, and not FACE TRES!).<<
Thanks for the info….do I just set the FACETRES to what I want and then do
the 3DSOUT or do I have to do something else to the object first (akin to
solmesh in AME)?
BTW how did you know I was mis-pronouncing FACET RES?:-)
Paul
Paul,
In AutoCAD 13, you can turn your ACIS models into poliginal meshes by using the
3DSOUT command. (Make sure to check your FACTERES setting.)
If you want to combine those ACIS models with other already meshed entities,
you can 3DSOUT, then 3DSIN (They will be imported as meshes, not ACIS models)
and then DXF out.
-Brian
Thanks for your quick response, Brian. I will try your suggestion.
Paul
Further to this thread, I did a 3DSOUT, 3DSIN and thenDXFOUT. When I tried to
merge it into a .PRJ file I got the error message "INVALID FILE". I'm
obviously doing something wrong but don't have a clue as to what it is.
Comments please, Paul
<<When I tried to merge it into a .PRJ file I got the error message "INVALID
FILE".>>
Sounds like you are trying to merge a R13 DXF file into an R4 3D Studio. The
original R4 does not read R13 DXF files. You need to get R4c1 in order to read
the DXF file. Contact your dealer to get the update to R4c1.
IN the meantime, try downloading DXFPCH.ZIP. IF it is an ASCII DXF file, you
can update your R4 copy with this patch. IF you are using Binary DXF files, you
will have to get the actuall R4c1 update to read the file.
-Brian
Ok Brian and thanks….getting things from my dealer is not easy, but I will
try.
Paul