Click or drag to resize

ModelDispcollectCroSecForceOutput Method

collect the geometry connected to cross section forces and moments diagrams

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

Parameters

model
Type: Karamba.ModelsModel
model from which to collect the data
meshes
Type: System.Collections.GenericListIMesh
meshes making up the diagram
curves
Type: System.Collections.GenericListPolyLine3
curves makng up the diagram
See Also