高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】need to exrtact points from acdbline
need to exrtact points from acdbline
need to exrtact points from acdbline
hi evrybody
any idea to how extract point from an acdbline object.
thanks in advance for any answer
dbline.h:
/** returns the start point for this line in wcs (dxf 10).
*/
odgepoint3d startpoint() const;
/** returns the end point for this line in wcs (dxf 11).
*/
odgepoint3d endpoint() const;
sergey slezkin
|