GetCoreThickness

double GetCoreThickness(this CompoundStructure cs)

Gets the total thickness of core layers.

Parameters

  • csCompoundStructure

    The compound structure.

Returns: Core thickness in feet.

Example

double t = cs.GetCoreThickness();