OrthotropicAddLaminateAllowable Method

Adds a laminate allowable to this material. An orthotropic material can only have one laminate allowable of each property (as specified by the property argument).

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public OrthotropicLaminateAllowable AddLaminateAllowable(
	AllowablePropertyName property,
	AllowableMethodName method
)

Parameters

property  AllowablePropertyName
The strain or stress property for a laminate allowable.
method  AllowableMethodName
The method for a laminate allowable (AML, Percent 0/45, Polynomial).

Return Value

OrthotropicLaminateAllowable
The newly created laminate allowable.

See Also