高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】why Not To Display Correctly The Form Or Location Tolerance
why not to display correctly the form or location tolerance?
why not to display correctly the form or location tolerance?
is any different between function clone and createobject of textstyle?
attached files
1. your file is rather interesting. after it is loaded into autocad all tolerance entities (in other files loaded or in newly created files) are displayed incorrectly.
the reason is gbsize text style. it has gdt.shx as ttf face name (not as font file name). loading such file autocad says "substituting simplex.shx for gdt.shx"
after it simplex is used instead of gdt untill you close autocad and run it again.
2. createobject() simply creates a new object.
clone() makes a copy of given one.
sergey slezkin
do the customed oddbtextstyletablerecord created befor use the clone function?
|