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

Insert layer into stiffener laminate at layerId by section. 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(
	StiffenerLaminateLayerLocation location,
	int layerId,
	string materialName,
	double angle,
	double? thickness = null
)

Parameters

location  StiffenerLaminateLayerLocation
layerId  Int32
materialName  String
angle  Double
thickness  NullableDouble  (Optional)
If the material is orthotropic, don't provide a thickness.

Return Value

StiffenerLaminateLayer

Exceptions

See Also