2024 Method
Changes 0
M

CompoundStructure.SetNumberOfShellLayers

Description:
Sets the number of interior or exterior shell layers.
Remarks:
There must be at least one core layer, i.e. one layer which is not a shell layer.
public void SetNumberOfShellLayers(
	ShellLayerType shellLayerType,
	int numLayers
)
  • shellLayerType
    If ShellLayerType.Exterior set the number of exterior shell layers (or top shell layers for a roof, floor, or ceiling type). If ShellLayerType.Interior set the number of interior shell layers (or bottom shell layers for a roof, floor, or ceiling type).
  • Int32
    numLayers
    The number of layers to be in the specified shell.