高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】why Not To Display Incorrect To Linear Dimension Indication
why not to display incorrect to linear dimension indication?
why not to display incorrect to linear dimension indication?
my code is:
pad->setxline1point(toacad(&pappearance->defpt2));
pad->setxline2point(toacad(&pappearance->defpt3));
pad->setrotation(pappearance->angle);
pad->setdimlinepoint(toacad(&pappearance->dimlines[1]));
pad->recordgraphicsmodified(false);
i have three quesitons as following:
1)setdimlinepoint function don't make any role for linear dimension indication specified by ansi standards.this style specified by ansi standards showed by the first attached drawing.
2)whose proior is higher between setdimensiontext function and setdimlinepoint function?
3)which parameters must to set special parameters for theory dimension?
theory dimension indication showed by the first attached drawing.
attached images
angle is incorrect because the linear dimension is differance from diameter dimension indication.
|