C# 클래스 OpenCNCPilot.GCode.GCodeCommands.Motion

상속: Command
파일 보기 프로젝트 열기: martin2250/OpenCNCPilot

공개 프로퍼티들

프로퍼티 타입 설명
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