NodalLoadParams Constructor (Int32, Vector3D, Vector3D)

The constructor for force and moment as a Vector3D

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public NodalLoadParams(
	int pointIndex,
	Vector3D forceAsVector,
	Vector3D momentAsVector
)

Parameters

pointIndex
Type: SystemInt32
The index of IConstructionPoint
forceAsVector
Type: TSD.API.Remoting.GeometryVector3D
The force as a Vector3D (each coordinate is in [N])
momentAsVector
Type: TSD.API.Remoting.GeometryVector3D
The moment as a Vector3D (each coordinate is in [Nmm])
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.