IDiaphragmLoad Interface

Represents a diaphragm load

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

The IDiaphragmLoad type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets the direction of loading
(Inherited from IPlanarLoad.)
Public propertyElementGroupName
Gets the name of the element group
(Inherited from IEntity.)
Public propertyEntityType
Gets the type of the entity
(Inherited from IEntity.)
Public propertyForce
Gets the force in X and Y directions as Vector2D (both in [N])
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyMeasuring
Gets the measuring type
(Inherited from IPlanarLoad.)
Public propertyOffsetFromOrigin
Gets the offset of load position from plane origin
Public propertyPlaneInfo
Gets information about the IConstructionPlane the load is placed in
(Inherited from IPlanarLoad.)
Public propertySource
Gets the source type of the load
(Inherited from ILoad.)
Public propertyTorsionMoment
Gets the torsion moment (in [Nmm])
Public propertyType
Gets the type of the load
(Inherited from ILoad.)
Top
Remarks
It is possible to cast ILoad as IDiaphragmLoad if Type is Diaphragm.
See Also