Click or drag to resize

ModelDisplaycollectGeometry Method

create the axes of deformed elements.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void collectGeometry(
	Model model,
	LCSuperPosition lcSuperImp,
	List<PolyLine3> curves,
	List<IMesh> meshes
)

Parameters

model
Type: Karamba.ModelsModel
statical model.
lcSuperImp
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
curves
Type: System.Collections.GenericListPolyLine3
list of curves for adding results.
meshes
Type: System.Collections.GenericListIMesh
list of meshes for adding results.
See Also