Click or drag to resize

ModelDispcollectRenderedShellMesh Method

Create the mesh for rendered display of shells

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void collectRenderedShellMesh(
	Model model,
	int layer_ind,
	List<IMesh> meshes,
	ref List<string> legend_tags,
	ref List<Color> legend_colors
)

Parameters

model
Type: Karamba.ModelsModel
model for which mesh data is to be gathered
layer_ind
Type: SystemInt32
index of layer to be displayed
meshes
Type: System.Collections.GenericListIMesh
resulting list of meshes
legend_tags
Type: System.Collections.GenericListString
resulting legend tags
legend_colors
Type: System.Collections.GenericListColor
resulting legend colors
See Also