MachiningTime.totalFeedTime Property
Parent Object:
MachiningTimeDefined in namespace "adsk::cam" and the header file is <Cam/CAM/MachiningTime.h>
Description
Get the total feed time in seconds.
Syntax
"machiningTime_var" is a variable referencing a MachiningTime object.
# Get the value of the property. propertyValue = machiningTime_var.totalFeedTime
|
"machiningTime_var" is a variable referencing a MachiningTime object.
#include <Cam/CAM/MachiningTime.h>
// Get the value of the property. double propertyValue = machiningTime_var->totalFeedTime();
|
Property Value
This is a read only property whose value is a double.
Version
Introduced in version September 2017