OrthotropicTemperatureAddCurvePoint Method

Add a curve point to 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 OrthotropicAllowableCurvePoint AddCurvePoint(
	AllowablePropertyName property,
	float x,
	float y
)

Parameters

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

Return Value

OrthotropicAllowableCurvePoint
The newly created curve point.

See Also