Category Geometry items, Object ProQuilt

Function ProQuiltVolumeEval


Description
Finds the quilt volume.
Replacement in Object TOOLKIT: wfcWQuilt::GetVolume
Synopsis
#include <ProQuilt.h>
ProErrorProQuiltVolumeEval(
ProQuilt p_quilt
/* (In)
The quilt handle
*/
double* p_volume
/* (Out)
The quilt volume
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully found the volume.
PRO_TK_BAD_INPUTSThe input argument is invalid.
PRO_TK_INVALID_TYPEThe quilt supplied is not a closed quilt.
PRO_TK_INCOMPLETEMaximum number of iterations was reached while evaluating volume.

Manual References:

  1. Core: 3D Geometry: Geometry of Quilts
  2. Core: 3D Geometry: Geometry of Quilts