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
orSetMaterial
method.To control the data in the
Thickness
column, use theGetThickness
orSetThickness
method.To control the data in the
Angle
column, use theGetAngle
orSetAngle
method.