home *** CD-ROM | disk | FTP | other *** search
/ PC Open 19 / pcopen19.iso / Imag / IMAGINE / PROGRAM.Z / ITACAD.INI < prev    next >
Encoding:
INI File  |  1997-04-25  |  6.3 KB  |  250 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=Shared embeds
  8. Write Version=12
  9. ;Write Linked Objects=Ignore
  10. ;Write Embedded Objects=Ignore
  11. Seed File=
  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.350000
  17. Processing Batch Translation = 0
  18. MFC Application = 0
  19. Process PaperSpace = 1
  20. Stroke Pattern = 1
  21. Use Pattern Name = 1
  22. Style Resource Name = acadpat.igr
  23.  
  24. [Read Default View]
  25. ; Possible "Type" settings: "Standard", "Active", "Orthographic", "Transformation Matrix"
  26. ; Possible "Name" settings (only if Type = Standard): "Top", "Bottom", "Front", "Back",
  27. ; "Right", "Left", "NW Isometric", "NE Isometric", "SW Isometric", "SE Isometric"
  28. ; Possible "Active view" settings (only if Type = Active): none 
  29. ; Possible "Transformation" sett. (only if Type = Transformation Matrix): any 4x4 
  30. ; column major transformation matrix
  31. ; Possible "Reference Point" sett. (only if Type = "Orthographic"): Point on 
  32. ; Viewing Plane
  33. ; Possible "Normal" sett. (only if Type = "Orthographic"): completes the 
  34. ; definition of the plane passing through "Reference Point"
  35. Type = Standard
  36. Name = Top
  37. Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 
  38. Reference Point = 0.0 0.0 0.0
  39. Normal = 1.0 0.0 0.0
  40. Projection Vector = 1.0 1.0 1.0
  41.  
  42. [Write Default View]
  43. ; Possible "Type" settings: "Standard", "Orthographic", "Transformation Matrix"
  44. ; Possible "Name" settings (only if Type = Standard): "Top", "Bottom", "Front", "Back",
  45. ; "Right", "Left", "NW Isometric", "NE Isometric", "SW Isometric", "SE Isometric"
  46. ; Possible "Transformation" sett. (only if Type = Transformation Matrix): any 4x4 
  47. ; column major transformation matrix
  48. ; Possible "Reference Point" sett. (only if Type = "Orthographic"): Point on 
  49. ; Viewing Plane
  50. ; Possible "Normal" sett. (only if Type = "Orthographic"): completes the 
  51. ; definition of the plane passing through "Reference Point"
  52. Type = Transformation Matrix
  53. Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 
  54. Reference Point = 0.0 1.0 0.0
  55. Normal = 0.0 0.0 1.0
  56.  
  57. ;
  58. ; Entity Map from AutoCAD to Neutral format (GType2d) used by Imagineer
  59. ;
  60. [Foreign to Neutral Translation Entity Map]
  61. ADLine = GLine2d : 0
  62. ADCircle = GEllipse2d : 0
  63. ADPolyline = 0 : GC_ADPolylineToGType2d
  64. ADArc = GArc2d : 0
  65. ADTrace = GLine2d : 0
  66. ADPoint = GPoint2d : 0
  67. ADFace3d = GLine2d : 0
  68. ADSolid = GLineString2d : 0
  69. ;ADInsert = 0 : GC_ADInsertToGType2d
  70. ADInsert = GSymbolInstance : 0
  71. ADMline = GLineString2d : 0
  72. ADSpline = GBspCurve2d : 0
  73. ADDimension = GDim2d : 0
  74. ADText = GTextBox : 0
  75. ADAttrib = GTextBox : 0
  76. ADAttdef = GTextBox : 0
  77. ADPViewport = GReference : 0
  78. ;ADXline = GLine2d : 0
  79. ;ADRay = GLine2d : 0
  80. ;;;;;
  81. ;
  82. ; Release 13 entities added here.
  83. ;
  84. ADEllipse = GEllipse2d : 0
  85. ADSpline =  GBspCurve2d : 0
  86. ;;ADRegion =  : 0
  87. ;;ADSolid3d = : 0
  88. ;;ADRay =  : 0
  89. ;;ADXline = : 0
  90. ADMtext = GTextBox : 0
  91. ADLeader = GLeader2d : 0
  92. ;;ADTolerance = : 0
  93. ;;ADMline =  : 0
  94.  
  95. ;
  96. ; Entity Map from Neutral format (GType2d) to AutoCAD used by Imagineer
  97. ;
  98. [Neutral to Foreign Translation Entity Map]
  99. GLine2d = ADLine : 0
  100. GDimension = 0 : GC_GDim2dToADDimension
  101. GDimStyle2d = ADDimStyle : 0 
  102. GLeader2d  = ADLeader : 0
  103. GEllipse2d = ADCircle : 0
  104. GArc2d = ADArc : 0
  105. GLineString2d = ADPolyline : 0
  106. GBspCurve2d = ADPolyline : 0
  107. GPoint2d = ADPoint : 0
  108. GRectangle2d = ADPolyline : 0
  109. GGroup = ADEntity : 0
  110. GComplexString2d = ADEntity : 0
  111. GText = ADText : 0
  112. GSymbolDefinition2d = ADBlock : 0
  113. GSymbolInstance2d = ADInsert : 0
  114.  
  115. ;
  116. ; Entity Map from Application format to Neutral format (GType2d) used by Imagineer
  117. ;
  118. [Application to Neutral Entity Map]
  119.  
  120. ;
  121. ; Entity Map from AutoCAD to Neutral format (GType2d) used by OLE Data Server
  122. ;
  123. [Foreign to Neutral Server Entity Map]
  124. ADLine = GLine2d : 0
  125. ADCircle = GEllipse2d : 0
  126. ADPolyline = 0 : GC_ADPolylineToGEntity2d
  127. ADArc = GArc2d : 0
  128. ADTrace = GLine2d : 0
  129. ADPoint = GPoint2d : 0
  130. ADFace3d = GLine2d : 0
  131. ADSolid = GLine2d : 0
  132. ADInsert = 0 : GC_ADInsertToGType2d
  133. ;ADInsert = GSymbolInstance : 0
  134. ADMline = GLineString2d : 0
  135. ADText = 0 : GC_ADTextToVWGTextBox
  136. ADSpline = GBspCurve2d : 0
  137. ADXline = GLine2d : 0
  138. ADRay = GLine2d : 0
  139. ADDimension = GDimGraph : 0
  140. ;;;;;
  141. ;
  142. ; Release 13 entities added here.
  143. ;
  144. ADEllipse = GEllipse2d : 0
  145. ADSpline =  GBspCurve2d : 0
  146. ;;ADRegion =  : 0
  147. ;;ADSolid3d = : 0
  148. ;;ADRay =  : 0
  149. ;;ADXline = : 0
  150. ADMtext = 0 : GC_ADMtextToVWGTextBox
  151. ;;ADLeader =  : 0
  152. ;;ADTolerance = : 0
  153. ;;ADMline =  : 0
  154.  
  155. [Option Forms]
  156. Dll = ACADOPT.DLL
  157. Import Entry Point = DisplayAutoCADImportForm
  158. Export Entry Point = DisplayAutoCADExportForm
  159.  
  160. [Read Linestyles]
  161. CONTINUOUS=9
  162. DASHED=10
  163. DASHED2=10
  164. DASHEDX2=10
  165. DASHEDX10=10
  166. DOT=11
  167. DOT2=11
  168. DOTX2=11
  169. DOTX10=11
  170. DASHDOT=12
  171. DASHDOT2=12
  172. DASHDOTX2=12
  173. DASHDOTX10=12
  174. DIVIDE=13
  175. DIVIDE2=13
  176. DIVIDEX2=13
  177. DIVIDEX10=13
  178. BORDER=21
  179. BORDER2=12
  180. BORDERX2=21
  181. HIDDEN=10
  182. HIDDEN2=10
  183. HIDDENX2=10
  184. CENTER=18
  185. CENTER2=18
  186. CENTERX2=18
  187. PHANTOM=20
  188. PHANTOM2=20
  189. PHANTOMX2=20
  190.  
  191. [Write Linestyles]
  192. 9=CONTINUOUS
  193. 10=HIDDEN2
  194. 11=DOT2
  195. 12=DASHDOT2
  196. 13=DIVIDE2
  197. 18=CENTER2
  198. 19=CENTER
  199. 20=PHANTOM2
  200. 21=BORDER2
  201. 23=CONTINUOUS
  202.  
  203. [Read Text Fonts]
  204. txt.shx=Arial
  205. romans.shx=Arial
  206. romand.shx=Arial
  207. gothice.shx=Algerian
  208. sasb____.pfb=Arial Rounded MT Bold
  209. romant.shx=Bookman Old Style
  210. italicc.shx=Bookman Old Style
  211. bragga.ttf=Braggadocio
  212. britanic.ttf=Britannic Bold
  213. scripts.shx=Brush Script MT
  214. italict.shx=Colonna MT
  215. par_____.pfb=Courier New
  216. desdemon.ttf=Desdemona
  217. te______.pfb=Footlight MT Light
  218. romanc.shx=Footlight MT Light
  219. sasbo___.pfb=Footlight MT Light
  220. teb_____.pfb=Impact
  221. tel_____.pfb=Kino MT
  222. monotxt.shx=Lucida Console
  223. scriptc.shx=Matura MT Script Capitals
  224. rom_____.pfb=Matura MT Script Capitals
  225. playbill.ttf=Playbill
  226. cibt____.ttf=Times New Roman
  227. suf_____.ttf=Wide Latin
  228.  
  229. [Write Text Fonts]
  230. MS Linedraw=txt.shx
  231. Arial=romans.shx
  232. Algerian=gothice.shx
  233. Arial Rounded MT Bold=sas_____.pfb
  234. Bookman Old Style=romant.shx
  235. Brush Script MT=scripts.shx
  236. Colonna MT=italict.shx
  237. Courier New=par_____.pfb
  238. Footlight MT Light=te______.pfb
  239. Impact=teb_____.pfb
  240. Kino MT=tel_____.pfb
  241. Lucida Console=monotxt.shx
  242. Matura MT Script Capitals=scripts.shx
  243. Times New Roman=suf_____.pfb
  244. Wide Latin=suf_____.pfb
  245.  
  246. [Read Widths]
  247.  
  248. [Write Widths]
  249.  
  250.