Click or drag to resize

ElementGeometryVisitor Constructor

create a visitor for creating the deformed geometry of elements

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

Parameters

model
Type: Karamba.ModelsModel
model which shall be visited
layer_ind (Optional)
Type: SystemInt32
index of layer whose data shall be plotted
See Also