C# Class OpenCNCPilot.GCode.GCodeCommands.Line

Inheritance: Motion
Mostrar archivo Open project: martin2250/OpenCNCPilot

Public Properties

Property Type Description
Rapid bool

Public Methods

Method Description
Interpolate ( double ratio ) : System.Vector3
Split ( double length ) : IEnumerable

Method Details

Interpolate() public method

public Interpolate ( double ratio ) : System.Vector3
ratio double
return System.Vector3

Split() public method

public Split ( double length ) : IEnumerable
length double
return IEnumerable

Property Details

Rapid public_oe property

public bool Rapid
return bool