C# Class OpenCNCPilot.GCode.GCodeCommands.Motion

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

Méthodes publiques

Свойство Type Description
End Vector3
Feed double
Start Vector3

Méthodes publiques

Méthode Description
Interpolate ( double ratio ) : Vector3

get intermediate point along the path

Split ( double length ) : IEnumerable

Split motion into smaller fragments, still following the same path

Method Details

Interpolate() public abstract méthode

get intermediate point along the path
public abstract Interpolate ( double ratio ) : Vector3
ratio double ratio between intermediate point and end
Résultat Vector3

Split() public abstract méthode

Split motion into smaller fragments, still following the same path
public abstract Split ( double length ) : IEnumerable
length double the maximum allowed length per returned segment
Résultat IEnumerable

Property Details

End public_oe property

public Vector3 End
Résultat Vector3

Feed public_oe property

public double Feed
Résultat double

Start public_oe property

public Vector3 Start
Résultat Vector3