Click or drag to resize

MeshResultsVisitorParallel Constructor

create a new parallel 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 MeshResultsVisitorParallel(
	Model model,
	int layer_ind
)

Parameters

model
Type: Karamba.ModelsModel
model to be visited
layer_ind
Type: SystemInt32
index of layer to be visited
See Also