Class PortalFrameSpanGeometryParams
Represents parameters required to set the geometry of a portal frame span
Inherited Members
Namespace: TSD.API.Remoting.PortalFrames.Create
Assembly: TSD.API.Remoting.dll
Syntax
public sealed class PortalFrameSpanGeometryParams : PortalFrameSpanParams
Properties
| Name | Description |
|---|---|
| ApexDistance | Gets or sets the x-distance of the apex from the start of the span (in [mm]) |
| ApexRise | Gets or sets the rise to the apex (in [mm]) |
| ApexSlope | Gets or sets the slope to the apex (in [rad]) |
| ApexSlopeOption | Gets or sets the slope option to the apex |
| LeftApexDistance | Gets or sets the x-distance of the left apex from the start of the span (in [mm]) |
| LeftApexRise | Gets or sets the rise from the start of the span to the left apex (in [mm]) |
| LeftApexSlope | Gets or sets the slope from the start of the span to the left apex (in [rad]) |
| LeftApexSlopeOption | Gets or sets the slope option from the start of the span to the left apex |
| LeftLevelOption | Gets or sets the left side level option |
| Length | Gets or sets the length of the span (in [mm]) |
| MonoPitchSlope | Gets or sets the slope of a mono-pitch span (in [rad]) |
| MonoPitchSlopeOption | Gets or sets the slope option of a mono-pitch span |
| RightApexDistance | Gets or sets the x-distance of the right apex from the start of the span (in [mm]) |
| RightLevelOption | Gets or sets the right side level option |
Methods
| Name | Description |
|---|---|
| Create() | Creates a new instance of PortalFrameSpanGeometryParams class |
| From(IPortalFrameSpan?) | Creates a new instance of PortalFrameSpanGeometryParams class based on given portal frame span |