IPortalFrameSupportData Interface

Represents data of the portal frame support

Namespace:  TSD.API.Remoting.PortalFrames
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IPortalFrameSupportData

The IPortalFrameSupportData type exposes the following members.

Properties
  NameDescription
Public propertyFixityType
Gets the fixity type of the support
Public propertyHorizontalStiffnessType
Gets the horizontal stiffness type
Public propertyHorizontalStiffnessValue
Gets the horizontal stiffness value (in [N/mm])
Public propertyRotationalStiffnessType
Gets the rotational stiffness type
Public propertyRotationalStiffnessValue
Gets the rotational stiffness value (in [N/rad])
Public propertySlsRotationalStiffnessType
Gets the SLS rotational stiffness type
Public propertySlsRotationalStiffnessValue
Gets SLS rotational stiffness value (in [N/rad])
Public propertyStabilityRotationalStiffnessType
Gets the stability rotational stiffness type
Public propertyStabilityRotationalStiffnessValue
Gets stability rotational stiffness value (in [N/rad])
Public propertyVerticalStiffnessType
Gets the vertical stiffness type
Public propertyVerticalStiffnessValue
Gets the vertical stiffness value (in [N/mm])
Top
See Also