|
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)
Syntaxpublic override void drawCroSecForceOutput(
Model model,
List<IMesh> meshes,
List<PolyLine3> curves,
bool fillCSF,
double scaling_factor,
ElementStates_OLD elemStatesOld
)
Public Overrides Sub drawCroSecForceOutput (
model As Model,
meshes As List(Of IMesh),
curves As List(Of PolyLine3),
fillCSF As Boolean,
scaling_factor As Double,
elemStatesOld As ElementStates_OLD
)
public:
virtual void drawCroSecForceOutput(
Model^ model,
List<IMesh^>^ meshes,
List<PolyLine3^>^ curves,
bool fillCSF,
double scaling_factor,
ElementStates_OLD^ elemStatesOld
) override
abstract drawCroSecForceOutput :
model : Model *
meshes : List<IMesh> *
curves : List<PolyLine3> *
fillCSF : bool *
scaling_factor : float *
elemStatesOld : ElementStates_OLD -> unit
override drawCroSecForceOutput :
model : Model *
meshes : List<IMesh> *
curves : List<PolyLine3> *
fillCSF : bool *
scaling_factor : float *
elemStatesOld : ElementStates_OLD -> 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. - elemStatesOld
- Type: Karamba.ElementsElementStates_OLD
element states to be displayed.
See Also