Click or drag to resize

ModelDisplaycollectCroSecForceOutput_OLD Method

collect the geometry connected to cross section forces and moments diagrams.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void collectCroSecForceOutput_OLD(
	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