高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】olerences On Extents, Odgeboundblock3d
tolerences on extents, odgeboundblock3d
tolerences on extents, odgeboundblock3d
specifically i am looking for a simple means of using tolerences around this class. a lot of the other odge functions allow tolerences, but why not the bounding blocks?
ex:
odgeboundblock3d bounds;
...
//code that adds the points to the bounds object
...
if( bounds.contains(startpoint, /* want to be able to add tolerences here*/))
{
// do something
}
in 2.4 odgeboundblock3d::contains and odgeextents3d::contains accept tolerance
vladimir
doh, forgot to mention i was still using 2.3.0. i guess i have a reason to use 2.4.1 now.
sorry for wasting your time.
|