home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 May / W2KPRK.iso / apps / smartsketch_le / data1.cab / program_bin / itacad.ini < prev    next >
INI File  |  1999-11-02  |  8KB  |  307 lines

  1. [Options]
  2. Dlls=GCACAD.DLL
  3. Enable Logging=0
  4. ;Enable DebugLogging=0
  5. Read Default Units=64
  6. Template File=TransAcad.igr
  7. Read Block Options=Shared embeds
  8. Write Version=14
  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. AutoCAD Extended Data = ACADASE
  24. Export All Graphics to PaperSpace = 0
  25. Process Non-Displayable Reference files = 1 
  26. Process Multiple Orientation in Viewports = 0
  27. Dissolve Symbol to Groups = 0
  28. Application Text Type = 1
  29. Bigfont Name =
  30. Stroke Dimension = 1
  31. Write DXF Prescision = 6
  32. Attributes as Smart Text = 0
  33. Ignore Sheet Scale = 1
  34.  
  35. ;The following option determines the max. nesting depth for display/locate of reference
  36. ;files.  Valid values are 0 (ignore all nested references) and -1 (display ALL nested references)
  37. Max. Nesting Depth = -1
  38.  
  39. [Read Default View]
  40. ; Possible "Type" settings: "Standard", "Active", "Orthographic", "Transformation Matrix"
  41. ; Possible "Name" settings (only if Type = Standard): "Top", "Bottom", "Front", "Back",
  42. ; "Right", "Left", "NW Isometric", "NE Isometric", "SW Isometric", "SE Isometric"
  43. ; Possible "Active view" settings (only if Type = Active): none 
  44. ; Possible "Transformation" sett. (only if Type = Transformation Matrix): any 4x4 
  45. ; column major transformation matrix
  46. ; Possible "Reference Point" sett. (only if Type = "Orthographic"): Point on 
  47. ; Viewing Plane
  48. ; Possible "Normal" sett. (only if Type = "Orthographic"): completes the 
  49. ; definition of the plane passing through "Reference Point"
  50. Type = Standard
  51. Name = Top
  52. Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 
  53. Reference Point = 0.0 0.0 0.0
  54. Normal = 1.0 0.0 0.0
  55. Projection Vector = 1.0 1.0 1.0
  56.  
  57. [Write Default View]
  58. ; Possible "Type" settings: "Standard", "Orthographic", "Transformation Matrix"
  59. ; Possible "Name" settings (only if Type = Standard): "Top", "Bottom", "Front", "Back",
  60. ; "Right", "Left", "NW Isometric", "NE Isometric", "SW Isometric", "SE Isometric"
  61. ; Possible "Transformation" sett. (only if Type = Transformation Matrix): any 4x4 
  62. ; column major transformation matrix
  63. ; Possible "Reference Point" sett. (only if Type = "Orthographic"): Point on 
  64. ; Viewing Plane
  65. ; Possible "Normal" sett. (only if Type = "Orthographic"): completes the 
  66. ; definition of the plane passing through "Reference Point"
  67. Type = Transformation Matrix
  68. Transformation=1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 
  69. Reference Point = 0.0 1.0 0.0
  70. Normal = 0.0 0.0 1.0
  71.  
  72. ;
  73. ; Entity Map from AutoCAD to Neutral format (GType2d) used by Imagineer
  74. ;
  75. [Foreign to Neutral Translation Entity Map]
  76. ADLine = GLine2d : 0
  77. ADCircle = GEllipse2d : 0
  78. ADPolyline = 0 : GC_ADPolylineToGType2d
  79. ADArc = GArc2d : 0
  80. ADTrace = GLine2d : 0
  81. ADPoint = GPoint2d : 0
  82. ADFace3d = GLine2d : 0
  83. ADSolid = GLineString2d : 0
  84. ;ADInsert = 0 : GC_ADInsertToGType2d
  85. ADInsert = GSymbolInstance : 0
  86. ADMline = GLineString2d : 0
  87. ADSpline = GBspCurve2d : 0
  88. ADDimension = GDim2d : 0
  89. ADText = GTextBox : 0
  90. ADAttrib = GTextBox : 0
  91. ADAttdef = GTextBox : 0
  92. ADPViewport = GReference : 0
  93. ADXline = GLine2d : 0
  94. ADRay = GLine2d : 0
  95. ;;;;;
  96. ;
  97. ; Release 13 entities added here.
  98. ;
  99. ADEllipse = GEllipse2d : 0
  100. ADSpline =  GBspCurve2d : 0
  101. ;;ADRegion =  : 0
  102. ;;ADSolid3d = : 0
  103. ADMtext = GTextBox : 0
  104. ADLeader = GLeader2d : 0
  105. ADTolerance = GGroup2d: 0
  106. ;;ADMline =  : 0
  107. ;;;;;
  108. ;
  109. ; Release 14 entities added here.
  110. ;
  111. ADHatch = GBoundary2d : 0
  112. ADImage=GReference:0
  113. ;;;;;;
  114.  
  115. ;
  116. ; Entity Map from Neutral format (GType2d) to AutoCAD used by Imagineer
  117. ;
  118. [Neutral to Foreign Translation Entity Map]
  119. GLine2d = ADLine : 0
  120. GDimension = 0 : GC_GDim2dToADDimension
  121. ;GDimStyle2d = ADDimStyle : 0 
  122. GLeader2d  = ADLeader : 0
  123. GEllipse2d = ADCircle : 0
  124. GArc2d = ADArc : 0
  125. GLineString2d = ADPolyline : 0
  126. GBspCurve2d = ADPolyline : 0
  127. GPoint2d = ADPoint : 0
  128. GRectangle2d = ADPolyline : 0
  129. GGroup = ADEntity : 0
  130. ;GComplexString2d = ADEntity  : 0
  131. GComplexString2d = ADPolyline  : 0
  132. GText = ADText : 0
  133. GSymbolDefinition2d = ADBlock : 0
  134. GSymbolInstance2d = ADInsert : 0
  135. GReference = ADXRef : 0
  136.  
  137. ;
  138. ; Entity Map from Application format to Neutral format (GType2d) used by Imagineer
  139. ;
  140. [Application to Neutral Entity Map]
  141.  
  142. ;
  143. ; Entity Map from AutoCAD to Neutral format (GType2d) used by OLE Data Server
  144. ;
  145. [Foreign to Neutral Server Entity Map]
  146. ADLine = GLine2d : 0
  147. ADCircle = GEllipse2d : 0
  148. ADPolyline = 0 : GC_ADPolylineToGType2d
  149. ADArc = GArc2d : 0
  150. ADTrace = GLine2d : 0
  151. ADPoint = GPoint2d : 0
  152. ADFace3d = GLine2d : 0
  153. ADSolid = GLineString2d : 0
  154. ADInsert = 0 : GC_ADInsertToGType2d
  155. ;ADInsert = GSymbolInstance : 0
  156. ADMline = GLineString2d : 0
  157. ADText = 0 : GC_ADTextToVWGTextBox
  158. ADSpline = GBspCurve2d : 0
  159. ADXline = GLine2d : 0
  160. ADRay = GLine2d : 0
  161. ADDimension = GDim2d : 0
  162. ADAttrib = 0 : GC_ADAttribToVWGTextBox
  163. ADAttdef = 0 : GC_ADAttdefToVWGTextBox
  164.  
  165. ;;;;;
  166. ;
  167. ; Release 13 entities added here.
  168. ;
  169. ADEllipse = GEllipse2d : 0
  170. ADSpline =  GBspCurve2d : 0
  171. ;;ADRegion =  : 0
  172. ;;ADSolid3d = : 0
  173. ADMtext = 0 : GC_ADMtextToVWGTextBox
  174. ADLeader = GLeader2d : 0
  175. ADTolerance = GGroup2d: 0
  176. ;;ADMline =  : 0
  177. ADHatch = GBoundary2d : 0
  178.  
  179. [Option Forms]
  180. Dll = ACADOPT.DLL
  181. Import Entry Point = DisplayAutoCADImportForm
  182. Export Entry Point = DisplayAutoCADExportForm
  183.  
  184. [Read Linestyles]
  185. CONTINUOUS=9
  186. DASHED=10
  187. DASHED2=10
  188. DASHEDX2=10
  189. DASHEDX10=10
  190. DOT=11
  191. DOT2=11
  192. DOTX2=11
  193. DOTX10=11
  194. DASHDOT=12
  195. DASHDOT2=12
  196. DASHDOTX2=12
  197. DASHDOTX10=12
  198. DIVIDE=13
  199. DIVIDE2=13
  200. DIVIDEX2=13
  201. DIVIDEX10=13
  202. BORDER=21
  203. BORDER2=12
  204. BORDERX2=21
  205. HIDDEN=10
  206. HIDDEN2=10
  207. HIDDENX2=10
  208. CENTER=18
  209. CENTER2=18
  210. CENTERX2=18
  211. PHANTOM=20
  212. PHANTOM2=20
  213. PHANTOMX2=20
  214.  
  215. [Write Linestyles]
  216. 9=CONTINUOUS
  217. 10=HIDDEN2
  218. 11=DOT2
  219. 12=DASHDOT2
  220. 13=DIVIDE2
  221. 18=CENTER2
  222. 19=CENTER
  223. 20=PHANTOM2
  224. 21=BORDER2
  225. 23=CONTINUOUS
  226. ;_default_=_stroke_
  227.  
  228. [Read Text Fonts]
  229. txt.shx=Arial
  230. romans.shx=Arial
  231. romand.shx=Arial
  232. gothice.shx=Algerian
  233. sasb____.pfb=Arial Rounded MT Bold
  234. romant.shx=Times New Roman
  235. italicc.shx=Bookman Old Style
  236. bragga.ttf=Braggadocio
  237. britanic.ttf=Britannic Bold
  238. scripts.shx=Brush Script MT
  239. italict.shx=Colonna MT
  240. par_____.pfb=Courier New
  241. desdemon.ttf=Desdemona
  242. te______.pfb=Footlight MT Light
  243. romanc.shx=Times New Roman
  244. sasbo___.pfb=Footlight MT Light
  245. teb_____.pfb=Impact
  246. tel_____.pfb=Kino MT
  247. monotxt.shx=txt
  248. scriptc.shx=Matura MT Script Capitals
  249. rom_____.pfb=Matura MT Script Capitals
  250. playbill.ttf=Playbill
  251. cibt____.ttf=Times New Roman
  252. suf_____.ttf=Wide Latin
  253. igrmeci1.ttf=Intergraph ISO1 Symbols
  254. italic.shx=Intergraph Left Italic
  255. simplex.shx=txt
  256. symap.shx=symap
  257. symath.shx=symath
  258. symeteo.shx=symeteo
  259. symusic.shx=symusic
  260. Courier New=Courier New
  261. Impact=Impact
  262. Times New Roman=Times New Roman
  263. Arial=Arial
  264. Complex.shx=Arial
  265. Intergraph ISO2 Symbols=Intergraph ISO2 Symbols
  266. Intergraph ANSI1 Symbols=Intergraph ANSI1 Symbols
  267. Intergraph ANSI2 Symbols=Intergraph ANSI2 Symbols
  268. Intergraph ARCHITECT=Intergraph ARCHITECT
  269. Intergraph ISO=Intergraph ISO
  270. Intergraph ANSI=Intergraph ANSI
  271.  
  272.  
  273. [Write Text Fonts]
  274. MS Linedraw=txt.shx
  275. txt=txt.shx
  276. Arial=Arial
  277. Algerian=Algerian
  278. Arial Rounded MT Bold=sas_____.pfb
  279. Bookman Old Style=Bookman Old Style
  280. Brush Script MT=scripts.shx
  281. Colonna MT=Colonna MT
  282. Courier New=Courier New
  283. Footlight MT Light=te______.pfb
  284. Impact=Impact
  285. Kino MT=tel_____.pfb
  286. Lucida Console=Lucida Console
  287. Matura MT Script Capitals=scripts.shx
  288. Times New Roman=Times New Roman
  289. Wide Latin=suf_____.pfb
  290. Intergraph ISO1 Symbols=Intergraph ISO1 Symbols
  291. Intergraph ISO2 Symbols=Intergraph ISO2 Symbols
  292. Intergraph ANSI1 Symbols=Intergraph ANSI1 Symbols
  293. Intergraph ANSI2 Symbols=Intergraph ANSI2 Symbols
  294. Intergraph ARCHITECT=Intergraph ARCHITECT
  295. Intergraph ISO=Intergraph ISO
  296. Intergraph ANSI=Intergraph ANSI
  297. Intergraph Left Italic=italic.shx
  298. symap=symap.shx
  299. symath=symath.shx
  300. symeteo=symeteo.shx
  301. symusic=symusic.shx
  302.  
  303. [Read Widths]
  304.  
  305. [Write Widths]
  306.  
  307.