Click or drag to resize

ModelDispcollectGeometry Method

create the axes of deformed elements

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

Parameters

model
Type: Karamba.ModelsModel
statical model
curves
Type: System.Collections.GenericListPolyLine3
list of curves for adding results
meshes
Type: System.Collections.GenericListIMesh
list of meshes for adding results
See Also