C# Class OpenCNCPilot.GCode.GCodeCommands.Line

Inheritance: Motion
Afficher le fichier Open project: martin2250/OpenCNCPilot

Méthodes publiques

Свойство Type Description
Rapid bool

Méthodes publiques

Méthode Description
Interpolate ( double ratio ) : System.Vector3
Split ( double length ) : IEnumerable

Method Details

Interpolate() public méthode

public Interpolate ( double ratio ) : System.Vector3
ratio double
Résultat System.Vector3

Split() public méthode

public Split ( double length ) : IEnumerable
length double
Résultat IEnumerable

Property Details

Rapid public_oe property

public bool Rapid
Résultat bool