Click or drag to resize

ModelElementdrawCroSecForceOutput Method

add lines of cross section forces diagrams to curves or meshes

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void drawCroSecForceOutput(
	Model model,
	List<IMesh> meshes,
	List<PolyLine3> curves,
	bool fillCSF,
	double scaling_factor,
	ElementStates elem_states
)

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
elem_states
Type: Karamba.ElementsElementStates
element states to be displayed
See Also