SettlementLoadParamsCreate Method

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
Syntax
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

SettlementLoadParams
The newly created instance of SettlementLoadParams class
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next