OrthotropicAllowableCurvePoint Class

Represents a point on a laminate allowable curve.

Definition

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

Properties

Property_ID 
Temperature 
X This represents either an X value for an AML or Percent0/45 Degree Fibers method, or an AllowablePolynomialCoefficient enumeration representing which coefficient will be entered.
Y This represents either a Y value for an AML or Percent0/45 Degree Fibers method, or the value of a coefficient for a polynomial method. Note that this value may or may not be affected by the unit system depending on the context of its usage.

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