StiffenerLaminateInsertLayer(IEnumerableStiffenerLaminateLayerLocation, Int32, String, Double, NullableDouble) Method

Insert layer into stiffener laminate at layerId by collection of sections. 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 StiffenerLaminateLayer InsertLayer(
	IEnumerable<StiffenerLaminateLayerLocation> locations,
	int layerId,
	string materialName,
	double angle,
	double? thickness = null
)

Parameters

locations  IEnumerableStiffenerLaminateLayerLocation
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

StiffenerLaminateLayer

Exceptions

See Also