OrthotropicAddEquationCorrectionFactor Method

Adds an equation-based correction factor for this material.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public OrthotropicEquationCorrectionFactor AddEquationCorrectionFactor(
	CorrectionProperty propertyId,
	CorrectionId correctionId,
	CorrectionEquation equationId
)

Parameters

propertyId  CorrectionProperty
The ID of the property to be affected by the correction factor. Specified with a CorrectionPropertyName enum.
correctionId  CorrectionId
The ID for the type of correction factor to be applied. Specified with a CorrectionIDName enum.
equationId  CorrectionEquation
The ID for the type of correction factor equation to use. Specified with a CorrectionEquationName enum.

Return Value

OrthotropicEquationCorrectionFactor
The newly created correction factor.

See Also