API Reference > OdDb Classes > OdDbSpatialFilter Class > OdDbSpatialFilter Methods > OdDbSpatialFilter::getVolume Method
OdDbSpatialFilter::getVolume Method
Syntax
C++
void getVolume(OdGePoint3d& fromPoint, OdGePoint3d& toPoint, OdGeVector3d& upDir, OdGeVector2d& viewField) const;
Parameters 
Description 
OdGePoint3d& fromPoint 
[out] Receives the WCS 'from' point.  
OdGePoint3d& toPoint 
[out] Receives the WCS 'to' point.  
OdGeVector3d& upDir 
[out] Receives the WCS normal vector.  
OdGeVector2d& viewField 
[out] Receives the WCS view field vector. 

Returns the clip boundary definition of this Spatial Filter object. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.