Interface IDisplacement
Represents a displacements in 3D space
Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting.dll
Syntax
public interface IDisplacement
Properties
Name | Description |
---|---|
Movements | Gets the vector of movements |
Mx | Gets the movement in X axis (in [mm]) |
My | Gets the movement in Y axis (in [mm]) |
Mz | Gets the movement in Z axis (in [mm]) |
Rotations | Gets the vector of rotations |
Rx | Gets the rotation around X axis (in [rad]) |
Ry | Gets the rotation around Y axis (in [rad]) |
Rz | Gets the rotation around Z axis (in [rad]) |