Click or drag to resize

RobJoint Structure

Represents a rapid data of type robjoint.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public struct RobJoint : IRapidData

The RobJoint type exposes the following members.

Properties
  NameDescription
Public propertyRax_1
Gets or sets the value of Rax_1.
Public propertyRax_2
Gets or sets the value of Rax_2.
Public propertyRax_3
Gets or sets the value of Rax_3.
Public propertyRax_4
Gets or sets the value of Rax_4.
Public propertyRax_5
Gets or sets the value of Rax_5.
Public propertyRax_6
Gets or sets the value of Rax_6.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromString
Fills the struct with a valid rapid string representation.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the robjoint rapid data.
(Overrides ValueTypeToString.)
Top
See Also