IPortalFrameSpan Interface

Represents a portal frame span

Namespace:  TSD.API.Remoting.PortalFrames
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IPortalFrameSpan : ISubEntity, 
	IHaveId, IHaveIndex, IHaveName

The IPortalFrameSpan type exposes the following members.

Properties
  NameDescription
Public propertyActivePositions
Gets the list of active positions for rafters
Public propertyApexDistance
Gets the x-distance of the apex from the start of the span (in [mm])
Public propertyApexRise
Gets the rise to the apex (in [mm])
Public propertyApexSlope
Gets the slope to the apex (in [rad])
Public propertyApexSlopeOption
Gets the slope option to the apex
Public propertyEntityId
Gets the entity id
(Inherited from ISubEntity.)
Public propertyEntityIndex
Gets the entity index
(Inherited from ISubEntity.)
Public propertyEntityType
Gets the EntityType
(Inherited from ISubEntity.)
Public propertyId
Gets the ID
(Inherited from IHaveId.)
Public propertyIndex
Gets the index
(Inherited from IHaveIndex.)
Public propertyIsTieActive
Gets value indicating whether the tie is active
Public propertyLeftApexDistance
Gets the x-distance of the left apex from the start of the span (in [mm])
Public propertyLeftApexRise
Gets the rise from the start of the span to the left apex (in [mm])
Public propertyLeftApexSlope
Gets the slope from the start of the span to the left apex (in [rad])
Public propertyLeftApexSlopeOption
Gets the slope option from the start of the span to the left apex
Public propertyLeftLevel
Gets the left side level of the span (in [mm])
Public propertyLeftLevelOption
Gets the left side level option
Public propertyLength
Gets the length of the span (in [mm])
Public propertyMonoPitchSlope
Gets the slope of a mono-pitch span
Public propertyMonoPitchSlopeOption
Gets the slope option of a mono-pitch span
Public propertyName
Gets the name
(Inherited from IHaveName.)
Public propertyPortalFrameSpanType
Gets the type of the span
Public propertyPropBase
Gets the prop base
Public propertyRightApexDistance
Gets the x-distance of the right apex from the start of the span (in [mm])
Public propertyRightLevel
Gets the right side level of the span (in [mm])
Public propertyRightLevelOption
Gets the right side level option
Public propertyTieLevel
Gets the level of the tie (in [mm])
Public propertyTieLocation
Gets the location of the tie
Public propertyTieType
Gets the type of the tie
Public propertyType
Gets the SubEntityType
(Inherited from ISubEntity.)
Top
Methods
  NameDescription
Public methodGetHaunchAsync
Returns the haunches from the given positions
Public methodGetHaunchStateAsync
Returns the states of haunches from the given positions
Public methodGetPropAsync
Returns the prop
Public methodGetRafterAsync
Returns the rafters from the given positions
Public methodGetTieAsync
Returns the tie
Public methodSetGeometryAsync
Sets the geometry of the span
Public methodSetHaunchesAsync
Sets the haunches of the portal frame span
Public methodSetPropBaseAsync
Sets the prop base
Public methodSetTieAsync
Sets the tie
Top
See Also