Click or drag to resize

ModelMembranedrawCroSecForceOutput Method

add lines of cross section forces diagrams to curves or meshes.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void drawCroSecForceOutput(
	Model model,
	List<IMesh> meshes,
	List<PolyLine3> curves,
	bool fillCSF,
	double scaling_factor,
	ElementStates_OLD elemStatesOld
)

Parameters

model
Type: Karamba.ModelsModel
model which contains the element.
meshes
Type: System.Collections.GenericListIMesh
out: list of meshes for adding cross section forces diagram if fillCSF=true.
curves
Type: System.Collections.GenericListPolyLine3
out: list of curves for adding cross section forces diagram.
fillCSF
Type: SystemBoolean
true if also mesh shall be generated.
scaling_factor
Type: SystemDouble
factor for scaling the output.
elemStatesOld
Type: Karamba.ElementsElementStates_OLD
element states to be displayed.
See Also