高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】hatch origin poin
hatch origin point
hatch origin point
hi,
in autocad there is an origin point of the hatch entity (the "blue" stretch point); is there any access (and probably modification) in the dwgdirect library to this point?
thanks in advance for any help.
regards
chudomir
i searched this out - this appears to be a calculated 'grip point'.
i could not find, from the dxf data, the point or any translation of that point.
i guessed so.
so i just placed a calculation for the middle point of the first loop in the hatch - should be enough for now...
thanks.
regards
chudomir
quote:
so i just placed a calculation for the middle point of the first loop in the hatch - should be enough for now...
that seems to be where where autocad is placing it.
|