高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】closest point to a oddbspline entity
closest point to a oddbspline entity?
closest point to a oddbspline entity?
hi,
is there some way to find the closest point to a oddbspline from a given point by using dwgdirect? (without manual calculations)
thanks in advance for any help.
regards
chudomir
currently getclosestpoint is not implemented. "manually" you can do it using getsamplepoints().
sergey slezkin
thanks.
is getfitdata or getnurbs data enough to convert oddbspline to odgesplineent3d (or odgenurbcurve3d)?
as i know oddbspline is using a geometry entity to store its data.
is there any direct conversion between the 2?
regards
chudomir
|