OrthotropicEquationCorrectionFactorAddCorrectionFactorValue Method

Add a correction factor value for a given correction factor.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public OrthotropicCorrectionFactorValue AddCorrectionFactorValue(
	EquationParameterId equationParameterName,
	float valueToAdd
)

Parameters

equationParameterName  EquationParameterId
This represents the parameter of the equation that should be changed.
valueToAdd  Single
This is the value that will be assigned to the chosen parameter.

Return Value

OrthotropicCorrectionFactorValue

See Also