CompoundStructure.GetSimpleCompoundStructure
Description:
Takes a horizontal slice through a sample wall to which this CompoundStructure is applied and returns a simple compound structure which describes that slice, i.e. a series of parallel layers.
Takes a horizontal slice through a sample wall to which this CompoundStructure is applied and returns a simple compound structure which describes that slice, i.e. a series of parallel layers.
Remarks:
If IsVerticallyCompound is false, the output is a copy of this CompoundStructure.
If IsVerticallyCompound is false, the output is a copy of this CompoundStructure.
public CompoundStructure GetSimpleCompoundStructure(
double wallHeight,
double distAboveBase
)
-
DoublewallHeightThe height of the wall.
-
DoubledistAboveBaseThe distance from the base of the wall at which to take the section. If distAboveBase < 0, then internally distAboveBase = 0 is used. If distAboveBase > wallHeight, then internally distAboveBase = wallHeight is used.