Click or drag to resize

IModelLoadVisitorTVisitStrainLoad Method

Visit strain load.

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

Parameters

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