LaminateInsertLayer Method

Inserts a layer into the laminate before the layer with the specified layerId. Note, layerId is 1 indexed.

Definition

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

Parameters

layerId  Int32
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 inserted layer.

See Also