Method Force

Force(int, Vector3D)

Creates a new instance of NodalLoadParams class for force

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

The index of IConstructionPoint

Vector3D forceAsVector

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

Returns
Type Description
NodalLoadParams

The newly created instance of NodalLoadParams class

Force(int, double, double, double)

Creates a new instance of NodalLoadParams class for force

Declaration
public static NodalLoadParams Force(int pointIndex, double fx, double fy, double fz)
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])

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