StiffenerLaminateAddLayer(StiffenerLaminateLayerLocation, String, Double, NullableDouble) Method

Add layer to stiffener laminate by section.

Definition

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

Parameters

location  StiffenerLaminateLayerLocation
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
The created StiffenerLaminateLayer.

Exceptions

See Also