Portal |
Represents parameters required to set the geometry of a portal frame span
Inheritance Hierarchy
SystemObject
TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanParams
TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanGeometryParams
TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanParams
TSD.API.Remoting.PortalFrames.CreatePortalFrameSpanGeometryParams
Namespace: TSD.API.Remoting.PortalFrames.Create
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
The PortalFrameSpanGeometryParams type exposes the following members.
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 | |
LeftLevel |
Gets or sets the left side level of the span (in [mm])
(Inherited from PortalFrameSpanParams) | |
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 | |
PortalFrameSpanType |
Gets or sets the type of the span
(Inherited from PortalFrameSpanParams) | |
RightApexDistance | Gets or sets the x-distance of the right apex from the start of the span (in [mm]) | |
RightLevel |
Gets or sets the right side level of the span (in [mm])
(Inherited from PortalFrameSpanParams) | |
RightLevelOption | Gets or sets the right side level option |
Methods
Name | Description | |
---|---|---|
Create | Creates a new instance of PortalFrameSpanGeometryParams class | |
From | Creates a new instance of PortalFrameSpanGeometryParams class based on given portal frame span |
See Also