Click or drag to resize

Orient Structure

Represents a rapid data of type orient.

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

The Orient type exposes the following members.

Properties
  NameDescription
Public propertyQ1
Gets or sets the value of Q1.
Public propertyQ2
Gets or sets the value of Q2.
Public propertyQ3
Gets or sets the value of Q3.
Public propertyQ4
Gets or sets the value of Q4.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromEulerAngles
Fills the struct with the quaternian values calculated from Euler angles.
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 methodToEulerAngles
Returns the eular angles of the quaternion stored in the struct.
Public methodToString
Returns the string representation of the orient rapid data.
(Overrides ValueTypeToString.)
Top
See Also