Click or drag to resize

BeamLoadElementStatesVisitor Constructor (Model, Element1DStateCollectionGroup)

Initializes a new instance of the BeamLoadElementStatesVisitor class. Initializes a new instance of the BeamLoadElementStatesVisitor. and an existing collections of states.

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BeamLoadElementStatesVisitor(
	Model model,
	Element1DStateCollectionGroup startingCollection
)

Parameters

model
Type: Karamba.ModelsModel
Model to visit.
startingCollection
Type: Karamba.ElementsElement1DStateCollectionGroup
A Element1DStateCollectionGroup to use as starting collection.
See Also