Method ForceAndMoment

ForceAndMoment(int, double, double, double, double, double, double)

Creates a new instance of NodalLoadParams class for force and moment

Declaration
public static NodalLoadParams ForceAndMoment(int pointIndex, double fx, double fy, double fz, double mx, double my, double mz)
Parameters
Type Name Description
int pointIndex

The index of IConstructionPoint

double fx

The force X component (in [N])

double fy

The force Y component (in [N])

double fz

The force Z component (in [N])

double mx

The moment X component (in [Nmm])

double my

The moment Y component (in [Nmm])

double mz

The moment Z component (in [Nmm])

Returns
Type Description
NodalLoadParams

The newly created instance of NodalLoadParams class

ForceAndMoment(int, Vector3D, Vector3D)

Creates a new instance of NodalLoadParams class for force and moment

Declaration
public static NodalLoadParams ForceAndMoment(int pointIndex, Vector3D forceAsVector, Vector3D momentAsVector)
Parameters
Type Name Description
int pointIndex

The index of IConstructionPoint

Vector3D forceAsVector

The force as a Vector3D (each coordinate is in [N])

Vector3D momentAsVector

The moment as a Vector3D (each coordinate is in [Nmm])

Returns
Type Description
NodalLoadParams

The newly created instance of NodalLoadParams 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