Show / Hide Table of Contents

Class ProgramInstruction

Inheritance
object
ProgramInstruction
Inherited Members
对象。ToString()
对象。Equals(object)
对象。Equals(object, object)
对象。ReferenceEquals(object, object)
对象。GetHashCode()
对象。GetType()
对象。MemberwiseClone()
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
Type Description
InstructionType
|Improve this Doc View Source

IsJointTarget

Declaration
public bool IsJointTarget { get; set; }
Property Value
Type Description
bool
|Improve this Doc View Source

Joints

Declaration
公共双关节[]{;设置;}
Property Value
Type Description
double[]
|Improve this Doc View Source

MoveType

Declaration
public MoveType MoveType { get; set; }
Property Value
Type Description
MoveType
|Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string
|Improve this Doc View Source

Target

Declaration
public Mat Target { get; set; }
Property Value
Type Description
Mat
  • Improve this Doc
  • View Source
In This Article
Back to topCopyright © 2015-RoboDK Inc.