Vendor Configuration File	         # ICEM

# 0-1   polyline or b-spline trim curve output.
setenv IGES_OUT_BS_TRIM           0  

# 0-1   polyline or parametric trim curve output.
setenv IGES_OUT_PAR_TRIM          0  

# 1-15  the number of digits of precision.
setenv IGES_OUT_PRECISION        12  

# 0-999 surface patch limit.
setenv IGES_OUT_MAX_SPANS         0  

# 0-999 trimmed surface patch limit.
setenv IGES_OUT_MAX_TRIM          0  

# 0-2  For Trimmed Parametric Surface (144/142) output:
#      0 = output both model space and 2D parametric trim curves.
#      1 = output 2D parametric trim curves only.
#      2 = output model space trim curves only.
setenv IGES_OUT_2D_TRIM           1

# 0-1  For Bounded Surface (143/141) output:
#      0 = output model space curves only.
#      1 = output both model space and 2D parametric trim curves.
setenv IGES_OUT_2D_BOUNDARY       1  

# 0-1  convert splines to polygonal geometry.
setenv IGES_OUT_POLY              0  

# 0-1  output all surfaces as trimmed surfaces.
setenv IGES_OUT_SURF_AS_TRIM      0  

# 0-1  output Alias instances as duplicated and transformed geometry.
setenv IGES_OUT_INSTANCE_COPIES   1

# 0-1  Spline entity type:
#      0 = Rational B-Spline Curve/Surface (126/128).
#      1 = Parametric Spline Curve/Surface (112/114).
setenv IGES_OUT_SPLINE_TYPE 	  0

# 0-1  Output multi-span linear spline curve (polyline) as:
#      0 = Copious Data (106).
#      1 = Rational B-Spline curve (126) or Parametric Spline curve (112).
setenv IGES_OUT_POLYLINE_TYPE     0  

# 0-1  Surface output style: 0 (PRESERVE SURFACES) or 1 (CONVERT TO CURVES).
setenv IGES_OUT_OUTPUT_STYLE      0

# 0-1  Trimmed surface entity type:
#      0 = output Trimmed Parametric Surface (144).
#      1 = output Bounded Surface 			 (143).
setenv IGES_OUT_SURFACE_TYPE      0

# 0-1  Rebuild Geometry option: 0 (OFF) or 1 (ON).
setenv IGES_OUT_REBUILD_GEOMETRY  0

# 0-1  Output montone 2D trim curves: 0 (OFF) or 1 (ON).
setenv IGES_OUT_MONOTONE_2D_TRIM  0

# 0-1  Degree raise all 2D trim curves to cubic (1) or not (0).
setenv IGES_OUT_CUBIC_2D_TRIM     0

# 0-1  Output linear 2D trim curves that lie on surface boundaries as:
#      0 = Line Entity (110).
#      1 = Rational B-Spline curve (126) or Parametric Spline curve (112).
setenv IGES_OUT_LINEAR_2D_TRIM    0

# 0-3 Preferred Curve on Surface representation (PREF flag of IGES entity 142):
#     (0 = Unspecified; 1 = S o B (2D); 2 = C (3D); 3 = 2D and 3D are equally
#     preferred).
setenv IGES_OUT_CONS_PREF 		  1

# 0-1 Output Analytic IGES entities if possible. These entities include 
#     Circular Arc Entity 100, Conic Arc Entity 104, Unbounded Plane Entity 108,
#     Line Entity 110, Surface of Revolution Entity 120, Transformation Matrix 
#     Entity 124.
#     (0 = OFF; 1 = ON)
setenv IGES_OUT_ANALYTICS 		  0

# 0-3 Output degenerate model space trim curves.
#     (0 = None; 1 = Poles only; 2 = Seams only; 3 Poles and Seams).
setenv IGES_OUT_DEGEN_TRIM 		  2

# 6, 8 or 11 IGES Version to output.
#     (6 = IGES V4.0; 8 = IGES V5.0, 11 = IGES V5.3)  No other values are supported.
setenv IGES_OUT_VERSION 		  8

# Output Units.
#     1 = INCHES            6 = METERS          11 = MICROINCHES
#     2 = MILLIMETERS       7 = KILOMETERS
#     3 = MODEL             8 = MILS
#     4 = FEET              9 = MICRONS
#     5 = MILES            10 = CENTIMETERS 
#
#     No other units supported. 
#     If set to 3 (i.e. MODEL) then the linear units set in the Alias Modeler 
#     will be used.
#
setenv IGES_OUT_UNITS 		  3

# File extension used for output file.
# First character of specified extension must be '.'.
setenv IGES_OUT_FILE_EXT 	   .iges
