LaminateAddLayer Method

Adds a layer to the laminate.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public LaminateLayer AddLayer(
	string materialName,
	double angle,
	double? thickness = null
)

Parameters

materialName  String
angle  Double
thickness  NullableDouble  (Optional)
If the material is orthotropic, don't provide a thickness. For all other material types, providing a thickness is required.

Return Value

LaminateLayer
The added layer.

See Also