OrthotropicGetEquationCorrectionFactor Method

Retrieve a Correction Factor from this material's correction factors.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public OrthotropicEquationCorrectionFactor GetEquationCorrectionFactor(
	CorrectionProperty property,
	CorrectionId correction
)

Parameters

property  CorrectionProperty
CorrectionPropertyName to search for.
correction  CorrectionId
CorrectionIDName to search for.

Return Value

OrthotropicEquationCorrectionFactor
The OrthotropicCorrectionFactor, if a matching one was found. Returns 'null' if none exists.

See Also