Class ProgramInstruction
Inheritance
ProgramInstruction
Namespace:RoboDk.API.Model
Assembly: RoboDkApi.dll
Syntax
public class ProgramInstruction
Properties
|Improve this Doc
View Source
InstructionType
Declaration
public InstructionType InstructionType { get; set; }
Property Value
|Improve this Doc
View Source
IsJointTarget
Declaration
public bool IsJointTarget { get; set; }
Property Value
|Improve this Doc
View Source
Joints
Declaration
Property Value
|Improve this Doc
View Source
MoveType
Declaration
public MoveType MoveType { get; set; }
Property Value
|Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|Improve this Doc
View Source
Target
Declaration
public Mat Target { get; set; }
Property Value