|
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)
Syntaxpublic void collectCroSecForceOutput_OLD(
Model model,
List<IMesh> meshes,
List<PolyLine3> curves
)
Public Sub collectCroSecForceOutput_OLD (
model As Model,
meshes As List(Of IMesh),
curves As List(Of PolyLine3)
)
public:
void collectCroSecForceOutput_OLD(
Model^ model,
List<IMesh^>^ meshes,
List<PolyLine3^>^ curves
)
member collectCroSecForceOutput_OLD :
model : Model *
meshes : List<IMesh> *
curves : List<PolyLine3> -> unit
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