OrthotropicTemperatureGetCurvePoint Method

Retrieve an allowable curve point from this temperature's allowable curve points.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public OrthotropicAllowableCurvePoint GetCurvePoint(
	AllowablePropertyName property,
	float x
)

Parameters

property  AllowablePropertyName
 
x  Single
x represents an x-value (for a non-polynomial method) or an allowable polynomial coefficient (represented by an enum).

Return Value

OrthotropicAllowableCurvePoint
The Laminate Allowable, if a matching one was found. Returns 'null' if none exists.

See Also