Solid Imaging
 
 
 

Solid Imaging is a component of Rapid Prototyping which uses a database to translate three-dimensional geometry into physical models or parts using a variety of resins and other materials. The file formats used by Alias to output files for Rapid Prototyping are the STL and SLC.

Solid Imaging Requirements

NURBS surfaces must be translated into either the .stl or .slc format before reading the file into the solid imaging machine software.

Workflow

Alias wire files exist as NURBS data. To use that data to create physical models using solid imaging technologies, you must translate the NURBS to either the .stl or .slc format so that the geometry can be read by the solid imaging machine’s software. Included in the list of solid imaging technologies is SLA (Stereolithography), SLS (Selective Laser Sintering), LOM (Laminated Object Manufacturing), SGC (Solid Ground Curing), FDM (Fused Deposition Modeling) and others.

Converting the Alias geometry to the .stl format or the .slc format can be done from within Alias.

Tip

Consult with the operator of the solid imaging machine to optimize the transfer of data.

STL Format

An.stl file is a tessellated file (binary or ASCII), which means the NURBS surface is described by a series of triangles. The resolution of this polygonized data base is defined in Alias by the subdivision characteristics of the original NURBS surface. Once the tessellated geometry is sent to the Solid Imaging technology, the geometry is sliced, and then those slices are used to describe the physical model that will be produced.

With STL as the transfer format, you can send geometry to most Solid Imaging technologies while controlling the resolution of the finished model.

The STL file exported from Alias conforms to 3D systems file format version 2.0. When you export a model as an STL file, Alias displays:

SLC format

An.slc file (StereoLithography Contour) cuts 2D contours of the 3D data base. These contour lines are polylines. The advantage to using this file format is that the NURBs geometry description in Alias is directly sliced and therefore fewer iterations are required between the original geometry and the data sent to the Solid Imaging machine to be built.

SLC header information

The header section of the .slc file is an ASCII character string (up to 2048 bytes) containing global information about the model.

The output in the header provides the following information:

  • SLC file format version number (-SLCVER2.0)
  • Output units (-UNITS<INCH/MM>
  • Type of model (-TYPE<PART/SUPPORT/WEB>)
  • Vendor package and version number (which produce the SLC file (-PACKAGE ALIAS V2010)
  • Calculations and sets from SLC output x,y,z extends of the model (-EXTENTS mx,Mx,my,My, mz,Mz)

Header keywords (CHORDDEV, ARCRES, SURFTOL, GAPTOL, MAXGAPFOUNS, EXTLWC, STHICK, STARD and ENDD) are set to 0.0.