Click or drag to resize

MeshResultsVisitor Constructor

create a new visitor that gathers mesh-like results from the elements

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MeshResultsVisitor(
	Model model,
	int layer_ind
)

Parameters

model
Type: Karamba.ModelsModel
model from which to gather data
layer_ind
Type: SystemInt32
index of layer to be considered
See Also