CompoundStructure.SetNumberOfShellLayers
Description:
Sets the number of interior or exterior shell layers.
Sets the number of interior or exterior shell layers.
Remarks:
Changing this value can result in Core layers becoming Shell layers. This can also result in all Core layers becoming Shell layers and there being an empty core.
Changing this value can result in Core layers becoming Shell layers. This can also result in all Core layers becoming Shell layers and there being an empty core.
public void SetNumberOfShellLayers(
ShellLayerType shellLayerType,
int numLayers
)
-
shellLayerTypeIf 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).
-
Int32numLayersThe number of layers to be in the specified shell.
-
Number of shell layers is negative. -or- A value passed for an enumeration argument is not a member of that enumeration
-
Too many shell layers: Number of shell layers of this type is too large.