Click or drag to resize

ModelDisplaycollectRenderedShellMesh Method

Create the mesh for rendered display of shells.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void collectRenderedShellMesh(
	Model model,
	LCSuperPosition lcSuperImp,
	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.
lcSuperImp
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
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