HoneycombAddTemperatureProperty Method

Adds a temperature-dependent property for a material.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public HoneycombTemperature AddTemperatureProperty(
	float Temperature,
	float Et,
	float Ec,
	float Gw,
	float Gl,
	float Ftu,
	float fcus,
	float fcub,
	float fcuc,
	float Fsuw,
	float Fsul,
	float? SScfl = null,
	float? SScfh = null,
	float? K1 = null,
	float? K2 = null,
	float? K3 = null,
	float? C = null
)

Parameters

Temperature  Single
 
Et  Single
 
Ec  Single
 
Gw  Single
 
Gl  Single
 
Ftu  Single
 
fcus  Single
 
fcub  Single
 
fcuc  Single
 
Fsuw  Single
 
Fsul  Single
 
SScfl  NullableSingle  (Optional)
 
SScfh  NullableSingle  (Optional)
 
K1  NullableSingle  (Optional)
 
K2  NullableSingle  (Optional)
 
K3  NullableSingle  (Optional)
 
C  NullableSingle  (Optional)
 

Return Value

HoneycombTemperature
The newly created temperature-dependent property.

See Also