*** THIS IS A SAMPLE DEFINITION FILE FOR SHEETMETAL2DXF.exe

*** Lines starting with '*' are comments and will be ignored by reading, also empty lines will be ignored

*** Layer cutomizing as follows:
***Color String  *** indicates name of layer from the argument column. RGB values separated by ;. Example: TangentLayerColor=255;0;0 
***LineType Long  *** indicates name of layer from the argument column. Long value from LineTypeEnum. Example: TangentLayerLineType=37644 
***LineWeight Double  *** indicates name of layer from the argument column. Value in centimeters. Example: TangentLayerLineWeight=0.1 

*** Here's the list of the Long-Value for Layer line types:
***Name  								Value  		Description  
***kChainLineType 						37644 		Chain line style. 
***kContinuousLineType 					37633 		Continuous line style. 
***kCustomLineType 						37649 		Custom line style. 
***kDashDottedLineType 					37638 		Dash dotted line style. 
***kDashedDoubleDottedLineType 			37645 		Dashed double dotted line style. 
***kDashedHiddenLineType 				37641 		Dashed hidden line style. 
***kDashedLineType 						37634 		Dashed line style. 
***kDashedTripleDottedLineType 			37647 		Dashed triple dotted line style. 
***kDefaultLineType 					37648 		default line style. 
***kDottedLineType 						37636 		Dotted line style. 
***kDoubleDashDoubleDottedLineType 		37639 		Double dash double dotted line style. 
***kDoubleDashedChainLineType 			37637 		Double dashed line style. 
***kDoubleDashedDottedLineType 			37646 		Double dashed dotted line style. 
***kDoubleDashedTripleDottedLineType 	37640 		Double dash triple dotted line style. 
***kLongDashDottedLineType 				37642 		Long dash dotted line style. 
***kLongDashedDoubleDottedLineType 		37635 		Long dashed double dotted line style. 
***kLongDashTripleDottedLineType 		37643 		Long dash triple dotted line style. 


*** Here's a sample list of settings for this Sheetmetal output:

OuterProfileLayer=IV_OUTER_PROFILE
OuterProfileLayerColor=255;127;0
OuterProfileLayerLineType=37633
OuterProfileLayerLineWeight=0.05

InteriorProfilesLayer=IV_INTERIOR_PROFILES
InteriorProfilesLayerColor=217;88;185
InteriorProfilesLayerLineType=37633
InteriorProfilesLayerLineWeight=0.03

BendUpLayer=IV_BEND_UP
BendUpLayerColor=127;127;0
BendUpLayerLineType=37646
BendUpLayerLineWeight=0.02

BendDownLayer=IV_BEND_DOWN
BendDownLayerColor=0;0;255
BendDownLayerLineType=37645
BendDownLayerLineWeight=0.02


InvisibleLayers=IV_TANGENT;IV_ARC_CENTERS

*CustomizeFilename=""

AcadVersion=2004
SimplifySplines=True
SplineTolerance=0.1

