IUniformRectangularLoad Interface

Represents a uniform rectangular load

Namespace: TSD.API.Remoting.Loading
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
public interface IUniformRectangularLoad : IPolygonalLoad, 
	IPlanarLoadWithReference, IPlanarLoad, ILoad, IEntity, IHaveId, 
	IHaveIndex

The IUniformRectangularLoad 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 propertyId Gets the ID
(Inherited from IHaveId)
Public propertyIndex Gets the index
(Inherited from IHaveIndex)
Public propertyLoad Gets the load (in [N/mm²])
Public propertyMeasuring Gets the measuring type
(Inherited from IPlanarLoad)
Public propertyOffset Gets the offset value from the reference construction point
(Inherited from IPlanarLoadWithReference)
Public propertyOriginPoint Gets the corner of the rectangle
Public propertyPlaneInfo Gets information about the IConstructionPlane the load is placed in
(Inherited from IPlanarLoad)
Public propertyReferenceConstructionPointId Gets the ID of a reference IConstructionPoint
(Inherited from IPlanarLoadWithReference)
Public propertyRotation Gets the rotation of the rectangle (in [rad])
Public propertyShape Gets the shape of the load
(Inherited from IPolygonalLoad)
Public propertySize Gets the vector representing diagonal of the rectangle going from the OriginPoint
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 IUniformRectangularLoad if Type is UniformRectangular.
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