|
ModelDisplaycollectGeometry Method
|
create the axes of deformed elements.
Namespace:
Karamba.Models
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void collectGeometry(
Model model,
LCSuperPosition lcSuperImp,
List<PolyLine3> curves,
List<IMesh> meshes
)
Public Sub collectGeometry (
model As Model,
lcSuperImp As LCSuperPosition,
curves As List(Of PolyLine3),
meshes As List(Of IMesh)
)
public:
void collectGeometry(
Model^ model,
LCSuperPosition^ lcSuperImp,
List<PolyLine3^>^ curves,
List<IMesh^>^ meshes
)
member collectGeometry :
model : Model *
lcSuperImp : LCSuperPosition *
curves : List<PolyLine3> *
meshes : List<IMesh> -> unit
Parameters
- model
- Type: Karamba.ModelsModel
statical model. - lcSuperImp
- Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition. - curves
- Type: System.Collections.GenericListPolyLine3
list of curves for adding results. - meshes
- Type: System.Collections.GenericListIMesh
list of meshes for adding results.
See Also