Documentazione API > Geometry items > Object ProQuilt > Function ProQuiltVolumeEval
Function ProQuiltVolumeEval
Description
Finds the quilt volume.
Replacement in Object TOOLKIT:
Synopsis
#include <ProQuilt.h>
ProQuiltVolumeEval
(
ProQuilt p_quilt
/* (In)
The quilt handle
*/
double* p_volume
/* (Out)
The quilt volume
*/
)
Returns
The function successfully found the volume.
The input argument is invalid.
The quilt supplied is not a closed quilt.
Maximum number of iterations was reached while evaluating volume.
The received result is not reliable and should be ignored.
User Guide References
È stato utile?