OrthotropicGetLaminateAllowable Method

Retrieve a Laminate allowable from this material's laminate allowables.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public OrthotropicLaminateAllowable GetLaminateAllowable(
	AllowablePropertyName LookupAllowableProperty
)

Parameters

LookupAllowableProperty  AllowablePropertyName
Laminate allowable property to search for.

Return Value

OrthotropicLaminateAllowable
The Laminate Allowable, if a matching one was found. Returns 'null' if none exists.

See Also