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();double GetCoreThickness(this CompoundStructure cs)Gets the total thickness of core layers.
The compound structure.
double t = cs.GetCoreThickness();