home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Imag / IMAGINE / PROGRAM.Z / ADGT2D.INI < prev    next >
Encoding:
INI File  |  1997-04-25  |  5.1 KB  |  206 lines

  1. [Options]
  2. Dlls=GCACAD.DLL
  3. Enable Logging=0
  4. Enable DebugLogging=0
  5. Read Default Units=64
  6. Template File=
  7. Read Block Options=Rigid groups
  8. Write Version=12
  9. Write Linked Objects=Ignore
  10. Write Embedded Objects=Ignore
  11. Seed File=acad.dwg
  12. Write Polyline Width Threshold=10.000000
  13. Symbol Template File=
  14. Memory Needed Per Native Element = 100000
  15. Memory Needed Per Foreign Element = 10000
  16. Read Default Width=0.700000
  17. Processing Batch Translation =0
  18.  
  19. [Read Default View]
  20. ; Possible "Type" settings: "Standard", "Orthographic", "Transformation Matrix"
  21. ; Possible "Name" settings (only if Type = Standard): "Top", "Bottom", "Front", "Back",
  22. ; "Right", "Left", "NW Isometric", "NE Isometric", "SW Isometric", "SE Isometric"
  23. ; Possible "Transformation" sett. (only if Type = Transformation Matrix): any 4x4 
  24. ; column major transformation matrix
  25. ; Possible "Reference Point" sett. (only if Type = "Orthographic"): Point on 
  26. ; Viewing Plane
  27. ; Possible "Normal" sett. (only if Type = "Orthographic"): completes the 
  28. ; definition of the plane passing through "Reference Point"
  29. Type = Standard
  30. Name = Top
  31. Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 
  32. Reference Point = 0.0 0.0 0.0
  33. Normal = 1.0 0.0 0.0
  34. Projection Vector = 1.0 1.0 1.0
  35.  
  36. [Write Default View]
  37. ; Possible "Type" settings: "Standard", "Orthographic", "Transformation Matrix"
  38. ; Possible "Name" settings (only if Type = Standard): "Top", "Bottom", "Front", "Back",
  39. ; "Right", "Left", "NW Isometric", "NE Isometric", "SW Isometric", "SE Isometric"
  40. ; Possible "Transformation" sett. (only if Type = Transformation Matrix): any 4x4 
  41. ; column major transformation matrix
  42. ; Possible "Reference Point" sett. (only if Type = "Orthographic"): Point on 
  43. ; Viewing Plane
  44. ; Possible "Normal" sett. (only if Type = "Orthographic"): completes the 
  45. ; definition of the plane passing through "Reference Point"
  46. Type = Transformation Matrix
  47. Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 
  48. Reference Point = 0.0 1.0 0.0
  49. Normal = 0.0 0.0 1.0
  50.  
  51. [Entity Map]
  52. ;
  53. ; ACAD  to Gtype 2d entity map
  54. ;
  55. ADLine = GLine2d : 0
  56. ADCircle = GEllipse2d : 0
  57. ADPolyline = 0 : GC_ADPolylineToGType2d
  58. ADArc = GArc2d : 0
  59. ADTrace = GLine2d : 0
  60. ADPoint = GPoint2d : 0
  61. ADFace3d = GLine2d : 0
  62. ADSolid = GLineString2d : 0
  63. ;ADInsert = 0 : GC_ADInsertToGType2d
  64. ADInsert = GSymbolInstance : 0
  65. ADMline = GLineString2d : 0
  66. ADSpline = GBspCurve2d : 0
  67. ADDimension = GDim2d : 0
  68. ADText = GTextBox : 0
  69. ADAttrib = GTextBox : 0
  70. ADAttdef = GTextBox : 0
  71. ;ADXline = GLine2d : 0
  72. ;ADRay = GLine2d : 0
  73. ;;;;;
  74. ;
  75. ; Release 13 entities added here.
  76. ;
  77. ADEllipse = GEllipse2d : 0
  78. ADSpline =  GBspCurve2d : 0
  79. ;;ADRegion =  : 0
  80. ;;ADSolid3d = : 0
  81. ;;ADRay =  : 0
  82. ;;ADXline = : 0
  83. ADMtext = GTextBox : 0
  84. ADLeader = GLeader2d : 0
  85. ;;ADTolerance = : 0
  86. ;;ADMline =  : 0
  87.  
  88. ;
  89. ; Gtype 2d to ACAD entity map
  90. ;
  91. GLine2d = ADLine : 0
  92. GDimension = 0 : GC_GDim2dToADDimension
  93. GDimStyle2d = ADDimStyle : 0 
  94. GLeader2d  = ADLeader : 0
  95. GEllipse2d = ADCircle : 0
  96. GArc2d = ADArc : 0
  97. GLineString2d = ADPolyline : 0
  98. GBspCurve2d = ADPolyline : 0
  99. GPoint2d = ADPoint : 0
  100. GRectangle2d = ADSolid : 0
  101. GGroup = ADEntity : 0
  102. GComplexString2d = ADEntity : 0
  103. GText = ADText : 0
  104. GSymbolDefinition2d = ADBlock : 0
  105. GSymbolInstance2d = ADInsert : 0
  106.  
  107. [Option Forms]
  108. Dll = ACADOPT.DLL
  109. Import Entry Point = DisplayAutoCADImportForm
  110. Export Entry Point = DisplayAutoCADExportForm
  111.  
  112. [Read Linestyles]
  113. CONTINUOUS=9
  114. DASHED=10
  115. DASHED2=10
  116. DASHEDX2=10
  117. DASHEDX10=10
  118. DOT=11
  119. DOT2=11
  120. DOTX2=11
  121. DOTX10=11
  122. DASHDOT=12
  123. DASHDOT2=12
  124. DASHDOTX2=12
  125. DASHDOTX10=12
  126. DIVIDE=13
  127. DIVIDE2=13
  128. DIVIDEX2=13
  129. DIVIDEX10=13
  130. BORDER=21
  131. BORDER2=12
  132. BORDERX2=21
  133. HIDDEN=10
  134. HIDDEN2=10
  135. HIDDENX2=10
  136. CENTER=18
  137. CENTER2=18
  138. CENTERX2=18
  139. PHANTOM=20
  140. PHANTOM2=20
  141. PHANTOMX2=20
  142.  
  143. [Write Linestyles]
  144. 9=CONTINUOUS
  145. 10=HIDDEN2
  146. 11=DOT2
  147. 12=DASHDOT2
  148. 13=DIVIDE2
  149. 18=CENTER2
  150. 19=CENTER
  151. 20=PHANTOM2
  152. 21=BORDER2
  153. 23=CONTINUOUS
  154.  
  155. [Read Text Fonts]
  156. txt.shx = Arial
  157. romans.shx = Arial
  158. romand.shx = Arial
  159. gothice.shx = Algerian
  160. sasb____.pfb = Arial Rounded MT
  161. romant.shx = Bookman Old Style
  162. italicc.shx = Bookman Old Style
  163. bragga.ttf = Braggadocio
  164. britanic.ttf = Britannic Bold
  165. scripts.shx = Brush Script MT
  166. italict.shx = Colonna MT
  167. par_____.pfb = Courier New
  168. desdemon.ttf = Desdemona
  169. te______.pfb = Footlight MT Light
  170. romanc.shx = Footlight MT Light
  171. sasbo___.pfb = Footlight MT Light
  172. teb_____.pfb = Impact
  173. tel_____.pfb = Kino MT
  174. monotxt.shx = Lucida Console
  175. scriptc.shx = Matura MT Script
  176. rom_____.pfb = Matura MT Script
  177. playbill.ttf = Playbill
  178. cibt____.ttf = Times New Roman
  179. suf_____.ttf = Wide Latin
  180.  
  181. [Write Text Fonts]
  182. MS Linedraw = txt.shx
  183. Arial = romans.shx
  184. Algerian = gothice.shx
  185. Arial Rounded MT = sasb____.pfb
  186. Bookman Old Style = romant.shx
  187. Braggadocio = bragga.ttf
  188. Britannic Bold = britanic.ttf
  189. Brush Script MT = scripts.shx
  190. Colonna MT = italict.shx
  191. Courier New = par_____.pfb
  192. Desdemona = desdemon.ttf
  193. Footlight MT Light = te______.pfb
  194. Impact = teb_____.pfb
  195. Kino MT = tel_____.pfb
  196. Lucida Console = monotxt.shx
  197. Matura MT Script = scriptc.shx
  198. Playbill = playbill.ttf
  199. Times New Roman = cibt____.ttf
  200. Wide Latin = suf_____.ttf
  201.  
  202. [Read Widths]
  203.  
  204. [Write Widths]
  205.  
  206.