Click or drag to resize

ModelTrussaddCroSecMesh Method

Plots cross section mesh which is colored according to color settings.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void addCroSecMesh(
	List<IMesh> meshes,
	Model model
)

Parameters

meshes
Type: System.Collections.GenericListIMesh
List of meshes to add to.
model
Type: Karamba.ModelsModel
Model that contains the mesh.
See Also