IDisplacement Interface

Represents a displacements in 3D space

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IDisplacement

The IDisplacement type exposes the following members.

Properties
  NameDescription
Public propertyMovements
Gets the vector of movements
Public propertyMx
Gets the movement in X axis (in [mm])
Public propertyMy
Gets the movement in Y axis (in [mm])
Public propertyMz
Gets the movement in Z axis (in [mm])
Public propertyRotations
Gets the vector of rotations
Public propertyRx
Gets the rotation around X axis (in [rad])
Public propertyRy
Gets the rotation around Y axis (in [rad])
Public propertyRz
Gets the rotation around Z axis (in [rad])
Top
See Also