Method Create

Create(ISupport?, double, double, double, double, double, double)

Creates a new instance of SettlementLoadParams class

Declaration
public static SettlementLoadParams Create(ISupport? support, double tx, double ty, double tz, double rx = 0, double ry = 0, double rz = 0)
Parameters
Type Name Description
ISupport support

The ISupport

double tx

The translation value in x direction (in [mm])

double ty

The translation value in y direction (in [mm])

double tz

The translation value in z direction (in [mm])

double rx

The optional rotation value in x direction (in [rad])

double ry

The optional rotation value in y direction (in [rad])

double rz

The optional rotation value in z direction (in [rad])

Returns
Type Description
SettlementLoadParams

The newly created instance of SettlementLoadParams class

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next