Click or drag to resize

IModelLoadVisitorTVisitTemperatureLoad Method

Visit temperature load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
void VisitTemperatureLoad(
	TemperatureLoad l,
	T arg
)

Parameters

l
Type: Karamba.LoadsTemperatureLoad
Load to be visited.
arg
Type: T
Visitor argument.
See Also