Method NextToolPathItem
NextToolPathItem(ElementId)
Gets the next tool path item values of the given operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
Dictionary<string, object> NextToolPathItem(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the Cam operation to analyze. |
Returns
| Type | Description |
|---|---|
| Dictionary<string, object> | Tool path item values or null if no more item is available. The dictionary contains column name as key, and basic class for values (int, double, string...). All doubles are in Standard unit: distance in meters, angle in radians, linear speed like feedrate in meter/second, revolution speed in revolution/minute... |