Click or drag to resize

MeshResultsVisitorresult Method

return the results of the visitor

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void result(
	List<IMesh> meshes,
	ref List<string> legend_tags,
	ref List<Color> legend_colors
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
colored result meshes
legend_tags
Type: System.Collections.GenericListString
legend tags which explain the colors
legend_colors
Type: System.Collections.GenericListColor
legend colors
See Also