高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】a oblique dimesion
a oblique dimesion
a oblique dimesion
i tried to write a oblique dimension.
i use dd 1.12.04.
oddbrotateddimensionptr pent = oddbrotateddimension::createobject();
pent->setxline1point( odgepoint3d(0, 0, 0) );
pent->setxline2point( odgepoint3d(50, 0, 0) );
pent->setdimlinepoint( odgepoint3d(73.094, 40, 0) );
pent->settextposition( odgepoint3d(48.094, 42, 0) );
pent->setoblique( odatoradian(60) );
text of dimblock is set to "43" by recomputedimblock().
i think the right value is "50".
here a drawing.
attached images
this is dd bug. we'll try to fix it for next release/update
sergey slezkin
ok, thanks for the reply.
|