|
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)
Syntaxpublic abstract void drawCroSecForceOutput(
Model model,
List<IMesh> meshes,
List<PolyLine3> curves,
bool fillCSF,
double scaling_factor,
ElementStates elem_states
)
Public MustOverride Sub drawCroSecForceOutput (
model As Model,
meshes As List(Of IMesh),
curves As List(Of PolyLine3),
fillCSF As Boolean,
scaling_factor As Double,
elem_states As ElementStates
)
public:
virtual void drawCroSecForceOutput(
Model^ model,
List<IMesh^>^ meshes,
List<PolyLine3^>^ curves,
bool fillCSF,
double scaling_factor,
ElementStates^ elem_states
) abstract
abstract drawCroSecForceOutput :
model : Model *
meshes : List<IMesh> *
curves : List<PolyLine3> *
fillCSF : bool *
scaling_factor : float *
elem_states : ElementStates -> unit
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