NodalLoadParams Class

Represents parameters required to create a nodal load
Inheritance Hierarchy
SystemObject
  TSD.API.Remoting.CommonEntityParams
    TSD.API.Remoting.Loading.CreateLoadParams
      TSD.API.Remoting.Loading.CreateNodalLoadParams

Namespace: TSD.API.Remoting.Loading.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public sealed class NodalLoadParams : LoadParams

The NodalLoadParams type exposes the following members.

Properties
 NameDescription
Public propertyEntityType The EntityType
(Inherited from EntityParams)
Public propertyForceAsVector Gets the force as a Vector3D (each coordinate is in [N])
Public propertyMomentAsVector Gets the moment as a Vector3D (each coordinate is in [Nmm])
Public propertyPointIndex Gets the index of IConstructionPoint
Public propertyType Gets the type of the load
(Inherited from LoadParams)
Top
Methods
 NameDescription
Public methodStatic memberForce(Int32, Vector3D) Creates a new instance of NodalLoadParams class for force
Public methodStatic memberForce(Int32, Double, Double, Double) Creates a new instance of NodalLoadParams class for force
Public methodStatic memberForceAndMoment(Int32, Vector3D, Vector3D) Creates a new instance of NodalLoadParams class for force and moment
Public methodStatic memberForceAndMoment(Int32, Double, Double, Double, Double, Double, Double) Creates a new instance of NodalLoadParams class for force and moment
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next