Layered Section Worksheet

To get to the LayeredSectionWorksheet object:

lsws = Model.Geometry.Children[1].Layers

This object uses 0-based indices to refer to rows.

  • To control the data in the material column, use the GetMaterial or SetMaterial method.

  • To control the data in the Thickness column, use the GetThickness or SetThickness method.

  • To control the data in the Angle column, use the GetAngle or SetAngle method.