Message 1 of 10
Check to see if a point is inside bounding box
Not applicable
08-05-2013
09:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working through a 4 year old example that uses code that's no longer valid.
// test if the bounding box contains our point:
if( Geometry.BoundingBoxXYZContains(
newRoom.get_BoundingBox( null ),
xyz ) )
{
break;
}
I cant find any reference to 'Geometry.BoundryBoxXYZContains'. How would this be acomplished? Thanks.