NodalLoadParams Class

Represents parameters required to create a nodal load
Inheritance Hierarchy

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

The NodalLoadParams type exposes the following members.

Constructors
  NameDescription
Public methodNodalLoadParams(Int32, Vector3D)
The constructor for force as a Vector3D
Public methodNodalLoadParams(Int32, Vector3D, Vector3D)
The constructor for force and moment as a Vector3D
Public methodNodalLoadParams(Int32, Double, Double, Double)
The constructor for individual force components
Public methodNodalLoadParams(Int32, Double, Double, Double, Double, Double, Double)
The constructor for individual force and moment components
Top
Properties
  NameDescription
Public propertyEntityType (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
See Also