2024 Method
Changes 0
M

CompoundStructure.GetCoreBoundaryLayerIndex

Description:
Returns the index of the layer just below the core boundary.
Remarks:
-1 returned if there is no such a layer. You can change the shell/core layer boundary using SetNumberOfShellLayers(ShellLayerType, Int32).
public int GetCoreBoundaryLayerIndex(
	ShellLayerType shellLayerType
)
  • shellLayerType
    If ShellLayerType.Exterior return the index on the exterior side (or top side for a roof, floor, or ceiling type). If ShellLayerType.Interior return the index on the interior side (or bottom side for a roof, floor, or ceiling type).
Return Value int The index of the layer.