OrthotropicCorrectionFactorValue Class

Orthotropic material equation-based correction factor value. (NOT TABULAR)

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public sealed class OrthotropicCorrectionFactorValue
Inheritance
Object    OrthotropicCorrectionFactorValue

Properties

Correction Correction ID for the correction factor containing this value.
Equation Equation for the correction factor containing this value.
EquationParameter Represents a parameter for a given equation. Specify with the EquationParameterName enum.
Property Property for the correction factor containing this value.
Value Actual value stored.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also