高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dimension line points
dimension line points
dimension line points
how to calculate the dimension lines start and end points ? is there any function in dd to calculate these points or i have to apply some algorithm of my own?
if i hav to apply my own algorithm, can someone help with that?
thanks
regards
prakhar
dwgdirect will automatically recompute dimension block geometry if you modify a dimension's properties (assuming you have the recomputedimblock module loaded). the oddbdimension::recomputedimblock() function can be used to force this recomputation.
|