IWestokCellularSection Interface

Represents a Westok cellular section

Namespace:  TSD.API.Remoting.Sections
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface IWestokCellularSection : ISolverElementSection, 
	IElementSection, ICanBeUpdated

The IWestokCellularSection type exposes the following members.

Properties
  NameDescription
Public propertyBottomSection
Gets the bottom section
Public propertyBottomTeeDepth
Gets the depth of the bottom tee (in [mm])
Public propertyCellDiameter
Gets the cell diameter (in [mm])
Public propertyCellPitch
Gets the cell pitch (= distance between two adjacent cell centers, in [mm])
Public propertyCrossSectionalArea
Gets the cross sectional area (in [mm²])
(Inherited from ISolverElementSection.)
Public propertyDesignData
Gets the design data
Public propertyHasMaxBottomTeeDepth
Gets a value indicating whether the depth of the bottom tee will be set to the maximum value
Public propertyHasMaxTopTeeDepth
Gets a value indicating whether the depth of the top tee will be set to the maximum value
Public propertyInfillSteel
Gets the steel for infills
Public propertyInitialDistance
Gets the distance from the start of the element to the center of the first cell (in [mm])
Public propertyMajorAxisSecondMomentOfArea
Gets the major axis second moment of area (in [mm⁴])
(Inherited from ISolverElementSection.)
Public propertyMinorAxisSecondMomentOfArea
Gets the minor axis second moment of area (in [mm⁴])
(Inherited from ISolverElementSection.)
Public propertySetbackLeft
Gets the setback value at the start of the element (in [mm])
Public propertySetbackRight
Gets the setback value at the end of the element (in [mm])
Public propertyShearAreaLoadedParallelToMajorAxis
Gets the shear area loaded parallel to major axis (in [mm²])
(Inherited from ISolverElementSection.)
Public propertyShearAreaLoadedParallelToMinorAxis
Gets the shear area loaded parallel to minor axis (in [mm²])
(Inherited from ISolverElementSection.)
Public propertyStiffenerCircularSteel
Gets the steel for stiffeners at circular openings
Public propertyStiffenerElongatedSteel
Gets the steel for stiffeners at elongated openings
Public propertyTopSection
Gets the top section
Public propertyTopTeeDepth
Gets the depth of the top tee (in [mm])
Public propertyTorsionConstant
Gets the torsion constant (in [mm⁴])
(Inherited from ISolverElementSection.)
Top
Methods
  NameDescription
Public methodUpdateAsync
Updates this object
(Inherited from ICanBeUpdated.)
Top
See Also