OrthotropicEquationCorrectionFactor Class

Represents an equation-based orthotropic material correction factor.

Definition

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

Properties

CorrectionId Correction ID for this correction factor.
(Inherited from OrthotropicCorrectionFactorBase)
Equation Equation for this correction factor.
PropertyId Property for this correction factor.
(Inherited from OrthotropicCorrectionFactorBase)

Methods

AddCorrectionFactorValue Add a correction factor value for a given correction factor.
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)

Fields

OrthotropicCorrectionValues Dictionary of correction factor values for this correction factor.

See Also