![]() |
【转帖】plot problems
plot problems
plot problems hi, using opendwg toolkit library, when a file was saved and opened in acad there was many options of '.ctb' files for plot style table. now, using dwgdirect 1.10 updated, appears only '.stb' files. how can i save a file using dwgdirect and have '.ctb' files for plot style table in acad? regards, regina. problem solved hi, problem was already solved by calling the function 'oddbsetpstylemode'. if '0' is passed as parameter generates .stb files. if '1' is passed as parameter generates .ctb files. (see code bellow) regards, regina. code: // indicates whether the current drawing is in a color-dependent or named plot style mode: // 0 = uses color-dependent plot style tables in the current drawing (.stb files) // 1 = uses named plot style tables in the current drawing (.ctb files) oddbsetpstylemode(*database.get(), 1); |
所有的时间均为北京时间。 现在的时间是 03:08 PM. |