API Reference > OdGe Classes > OdGeExtents3d Class
OdGeExtents3d Class
OdGeExtents3dOdGeExtents3d
Syntax
C++
class OdGeExtents3d;

GeExtents3d.h

This class represents 3D bounding boxes as minimum and maximum 3d points. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeExtents3d constructor overload. 
 
Name 
Description 
 
The invalid extents. 
 
Name 
Description 
 
Types of 2D planes. 
 
Types of intersection results. 
 
Name 
Description 
 
Updates the extents of this Extents object with the specified array of points.
 
 
Updates the extents of this Extents object with the specified point.
 
 
Updates the extents of this Extents object with the specified point.
 
 
Returns a center point of this Extents object. 
 
Sets the minimum and maximum points for this Extents object to that of the box defined by pt1 and pt2.
 
 
This is the overview for the contains method overload. 
 
Converts this 3D Extents object to a 2D Extents object.
 
 
Returns the vector from minimum to maximum point. 
 
Returns 0.0 if point is inside the box or euclidean distance in other case 
 
Updates the extents of this Extents object by the specified vector.  
 
Determines the intersection of the specified Extents object with this one, and returns the resulting intersection box.
 
 
Returns true if and only if specified Extents object does not intersect this one.
 
 
Same as isDisjoint, but checks precisely whether minimal Euclidean distance is greater than tolerance. 
 
Checks if this Extents object is equal to the passed Extents object.
 
 
Returns true if and only if this Extents object contains valid extents. 
 
Checks whether the box intersects the sphere with specified center and radius.
 
 
Returns the maximum point of this Extents object. 
 
Returns the minimum point of this Extents object. 
 
set 
Sets the minimum and maximum points for this Extents object.
 
 
Sets minimum and maximum points for this Extents object from a passed 2D Extents object.
 
 
Applies the 3D transformation matrix to the extents.
 
 
Name 
Description 
 
!= 
Comparison operator for the OdGeExtents3d object. 
 
[] 
This is the overview for the [] operator overload. 
 
== 
Comparison operator for the OdGeExtents3d object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.