Documentación de la API > Manufacturing > Object ProNcseq > Function ProNcseqRemovedVolGet
Function ProNcseqRemovedVolGet
Description
Retrieves the volume of material removed by the specified NC sequence feature.
Synopsis
#include <ProNcseq.h>
ProNcseqRemovedVolGet
(
/* (In)
The handle to an NC sequence feature
*/
double* r_vol
/* (Out)
The volume of material removed
*/
)
Returns
The function successfully retrieved the information.
The data for the volume of material removed was not present.
The input argument is invalid.
See Also
User Guide References
¿Fue esto útil?