NodalLoadParams Constructor (Int32, Vector3D)

The constructor for force 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
)

Parameters

pointIndex
Type: SystemInt32
The index of IConstructionPoint
forceAsVector
Type: TSD.API.Remoting.GeometryVector3D
The force as a Vector3D (each coordinate is in [N])
See Also