IPathMove¶
-
interface IPathMove : public IMoveCommand¶
Waypoint? IPathMove.StartConditions { get; set; }
System.Collections.IEnumerable<ISegment> IPathMove.RemainingSegments { get; }
IFrame IPathMove.ReferenceFrame { get; }
IFrame IPathMove.TargetFrame { get; set; }
ComputationState IPathMove.ComputationState { get; }
PmpException IPathMove.ComputationException { get; }
void IPathMove.SetSegments(global::System.Collections.IEnumerable<ISegment> segments)
void IPathMove.ClearSegments()
void IPathMove.AppendSegments(global::System.Collections.IEnumerable<ISegment> segments)