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