All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface ENOVIABoundingVolume

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---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 HRESULT __stdcall get_BoundingVolume(double& oX1,
double& oY1,
double& oZ1,
double& oX2,
double& oY2,
double& oZ2)=0
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

Copyright © 2003, Dassault Systèmes. All rights reserved.