C# Класс OpenCNCPilot.GCode.GCodeCommands.Motion

Наследование: Command
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
End Vector3
Feed double
Start Vector3

Открытые методы

Метод Описание
Interpolate ( double ratio ) : Vector3

get intermediate point along the path

Split ( double length ) : IEnumerable

Split motion into smaller fragments, still following the same path

Описание методов

Interpolate() публичный абстрактный Метод

get intermediate point along the path
public abstract Interpolate ( double ratio ) : Vector3
ratio double ratio between intermediate point and end
Результат Vector3

Split() публичный абстрактный Метод

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
Результат IEnumerable

Описание свойств

End публичное свойство

public Vector3 End
Результат Vector3

Feed публичное свойство

public double Feed
Результат double

Start публичное свойство

public Vector3 Start
Результат Vector3