GetExteriorThickness
double GetExteriorThickness(this CompoundStructure cs)Gets the total thickness of exterior layers.
Parameters
- csCompoundStructure
The compound structure.
Returns: Exterior thickness in feet.
Example
double t = cs.GetExteriorThickness();