All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface ENOVIABoundingVolume
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface ENOVIABoundingVolume
Interface to manage the Bounding Volume attributes of Objects.
Role: Bounding Volume is the Volume of a cubical Bounding Box
defined by its two extreme points. The two corner points
are minpoint described by (oX1,oY1,oZ1) and maxpoint described by (oX2,oY2,oZ2).
Method Index
- o
get_BoundingVolume(double&,double&,double&,double&,double&,double&)
- Retrieves Bounding Volume attribute values.
Methods
o get_BoundingVolume
| public virtual get_BoundingVolume( | | oX1, |
| | oY1, |
| | oZ1, |
| | oX2, |
| | oY2, |
| | oZ2) |
-
Retrieves Bounding Volume attribute values.
- Parameters:
-
- oX1
- The X-coordinate of lower corner (min Point) of Bounding Box.
- oY1
- The Y-coordinate of lower corner (min Point) of Bounding Box.
- oZ1
- The Z-coordinate of lower corner (min Point) of Bounding Box.
- oX2
- The X-coordinate of upper corner (max Point) of Bounding Box.
- oY2
- The Y-coordinate of upper corner (max Point) of Bounding Box.
- oZ2
- The Z-coordinate of upper corner (max Point) of Bounding Box.
This object is included in the file: ENOVIABoundingVolume.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces