高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem during leader creation with 2 ver
problem during leader creation with 2 vertx
problem during leader creation with 2 vertx
if i create a leader entity in autocad with start point (0,0,0) and end point (10,10,0). there are 3 values stored at dxf 10 which are (0,0,0), (9.82, 10, 0) and (10,10,0). values stored at dxf 40(text annotation height ) is 0.18 and at dxf 41(text annotation width ) is 0.36. these values are used in calculating point value (9.82, 10,0) stored at dxf 10.
if i create a leader entity in my application with start point (0,0,0) and end point (10,10,0). there are 3 values stored at dxf 10 which are (0,0,0), (10.36, 10, 0) and (10.18,10,0). there is no value stored at dxf 40(text annotation height ) and at dxf 41(text annotation width ) . there is not any function to set values at dxf 40 and dxf 41.
how can i set values at dxf 40 and 41 ? is there any function for that?
|