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
도움이 되셨나요?