Settlement |
Creates a new instance of SettlementLoadParams class
Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
public static SettlementLoadParams Create( ISupport? support, double tx, double ty, double tz, double rx = 0, double ry = 0, double rz = 0 )
Parameters
- support ISupport
- The ISupport
- tx Double
- The translation value in x direction (in [mm])
- ty Double
- The translation value in y direction (in [mm])
- tz Double
- The translation value in z direction (in [mm])
- rx Double (Optional)
- The optional rotation value in x direction (in [rad])
- ry Double (Optional)
- The optional rotation value in y direction (in [rad])
- rz Double (Optional)
- The optional rotation value in z direction (in [rad])
Return Value
SettlementLoadParamsThe newly created instance of SettlementLoadParams class