高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】hatch
hatch
hatch
we are trying to read dwg data into our own structures, i figured out how i can get the boundaries of a hatch with the getloopat and looptypeat methods. if the looptype is polyline, how do you use the vertices and bulges to form the line. i've looked at the docs to odgepolyline2d and see a constructor which could take the vertices, but noting about bulges.
regards,
steve
there are methods
const odgedoublearray& odgepolyline2d::getbulges() const;
odgedoublearray& odgepolyline2d::bulges();
sincerely yours,
george udov
|