2013

Table Of Contents
Export in PostScript Format
When you export a file in PostScript format as an EPS file, some objects are
handled specially.
Thickened text, text control codes. If text has a thickness greater
than 0 or contains control codes (such as %%O or %%D), it is not plotted
as PostScript text, although the text is accurately plotted. International
and special symbols (such as %%213) are output as PostScript text.
ISO 8859 Latin/1 character set. When text uses character codes in the
127 to 255 range, the text is interpreted according to the ISO 8859 Latin/1
character set. If such a character appears in text that is mapped to
PostScript, a version of the font is generated with an encoding vector
remapped to represent the ISO character set. The resulting text is output
in PostScript in a form compatible with the font.
Circles, arcs, ellipses, elliptical arcs. Except when they have thickness,
arcs and circles are translated into the equivalent PostScript path objects.
Filled solids. A solid fill is plotted as a PostScript filled path.
Two-dimensional polylines. A 2D (planar) polyline with uniform width
is output as a PostScript stroked path. The PostScript end cap and miter
limit variables are set to approximate the segment joining.
Export ACIS SAT Files
You can export certain object types to an ACIS file in ASCII (SAT) format.
You can export trimmed NURBS surfaces, regions, and 3D solids to an ACIS
file in ASCII (SAT) format. Other objects, such as lines and arcs, are ignored.
Use ACISOUT to export 3D objects to a SAT file.
Export Stereolithography STL Files
You can export 3D solid objects in the STL file format compatible with
stereolithography or 3D printing.
Stereolithography or 3D printing is used in rapid prototyping, rapid
manufacturing, and other applications to create physical parts and models.
The 3D solid data is translated to a faceted mesh representation consisting of
a set of triangles and saved to an STL file. Use the FACETRES system variable
to adjust the facet density to an appropriate detail level.
694 | Chapter 11 Share Data Between Files