|
BeamLoadElementStatesVisitor Constructor (Model, Element1DStateCollectionGroup)
|
Namespace:
Karamba.Results
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic BeamLoadElementStatesVisitor(
Model model,
Element1DStateCollectionGroup startingCollection
)
Public Sub New (
model As Model,
startingCollection As Element1DStateCollectionGroup
)
public:
BeamLoadElementStatesVisitor(
Model^ model,
Element1DStateCollectionGroup^ startingCollection
)
new :
model : Model *
startingCollection : Element1DStateCollectionGroup -> BeamLoadElementStatesVisitorParameters
- model
- Type: Karamba.ModelsModel
Model to visit. - startingCollection
- Type: Karamba.ElementsElement1DStateCollectionGroup
A Element1DStateCollectionGroup to use as starting collection.
See Also