![]() | SettlementLoadParams Constructor |
The default constructor
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116

public SettlementLoadParams( ISupport support, double tx, double ty, double tz, double rx = 0, double ry = 0, double rz = 0 )
Parameters
- support
- Type: TSD.API.Remoting.StructureISupport
The ISupport - tx
- Type: SystemDouble
The translation value in x direction (in [mm]) - ty
- Type: SystemDouble
The translation value in y direction (in [mm]) - tz
- Type: SystemDouble
The translation value in z direction (in [mm]) - rx (Optional)
- Type: SystemDouble
The optional rotation value in x direction (in [rad]) - ry (Optional)
- Type: SystemDouble
The optional rotation value in y direction (in [rad]) - rz (Optional)
- Type: SystemDouble
The optional rotation value in z direction (in [rad])
