GetThermalLayers
IEnumerable<CompoundStructureLayer> GetThermalLayers(this CompoundStructure cs)Gets all thermal/air (insulation) layers.
Parameters
- csCompoundStructure
The compound structure.
Returns: Insulation layers.
Example
var layers = cs.GetThermalLayers();