INodalLoad Interface

Represents a nodal load in a construction point

Namespace:  TSD.API.Remoting.Loading
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface INodalLoad : ILoad, 
	IEntity, IHaveId, IHaveIndex

The INodalLoad type exposes the following members.

Properties
  NameDescription
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyForceAsVector
Gets the force as a Vector3D (each coordinate is in [N])
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyMomentAsVector
Gets the moment as a Vector3D (each coordinate is in [Nmm])
Public propertyPointIndex
Gets the index of IConstructionPoint where the nodal load is applied
Public propertySource
Gets the source type of the load
(Inherited from ILoad.)
Public propertyType
Gets the type of the load
(Inherited from ILoad.)
Top
Remarks
It is possible to cast ILoad as INodalLoad if Type is Nodal.
See Also