Class PortalFrameSupportDataParams
Represents parameters required to set the portal frame support data
Namespace: TSD.API.Remoting.PortalFrames.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class PortalFrameSupportDataParams
Properties
| Name | Description |
|---|---|
| FixityType | Gets or sets the fixity type of the support |
| HorizontalStiffnessType | Gets or sets the horizontal stiffness type |
| HorizontalStiffnessValue | Gets or sets the horizontal stiffness value (in [N/mm]) |
| RotationalStiffnessType | Gets or sets the rotational stiffness type |
| RotationalStiffnessValue | Gets or sets the rotational stiffness value (in [N/rad]) |
| VerticalStiffnessType | Gets or sets the vertical stiffness type |
| VerticalStiffnessValue | Gets or sets the vertical stiffness value (in [N/mm]) |
Methods
| Name | Description |
|---|---|
| Create(PortalFrameBaseFixityType) | Creates a new instance of PortalFrameSupportDataParams class |
| From(IPortalFrameSupportData?) | Creates a new instance of PortalFrameSupportDataParams class based on given portal frame support data |