GetStructuralThickness

double GetStructuralThickness(this CompoundStructure cs)

Gets the combined thickness of structural layers.

Parameters

  • csCompoundStructure

    The compound structure.

Returns: Total structural thickness (feet).

Example

double t = cs.GetStructuralThickness();