Toolpath(ICollection<Motion>, Int32) Constructor

Standard constructor
Public Sub New( _ 
ByVal motions As ICollection(Of Motion), _ 
Optional ByVal tool As Integer = 0 _ 
)
This language is not supported or no code example is available.
public Toolpath( 
ICollection<Motion> motions
int tool = 0 
)
This language is not supported or no code example is available.

Parameters

motions
ICollection<Motion>

A collection of Motion items

tool
int

The tool number

.NET Framework

Supported in: 4.8

In this article

Definition