Int32 LayeredSectionWorksheet.AddThicknessLayer(String materialname, Double thickness, Double angle)
Add a row to the LayeredSectionWorksheet
New layers are added as the top most layer in the Z direction.
LayeredSectionWorksheet indices are zero based and ordered in the Z direction.
Examples
Parameters
-
materialname
Type: String
The name of the material to be used in the new layer.
-
thickness
Type: Double
The thickness to be used in the new layer
-
angle
Type: Double
The angle to be used in the new layer
Return Value
Type: Int32
Returns the index of the newly added layer.