|
ModelTrussaddCroSecMesh Method
|
plot cross section mesh which is colored according to color settings
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void addCroSecMesh(
List<IMesh> meshes,
Model model
)
Public Sub addCroSecMesh (
meshes As List(Of IMesh),
model As Model
)
public:
void addCroSecMesh(
List<IMesh^>^ meshes,
Model^ model
)
member addCroSecMesh :
meshes : List<IMesh> *
model : Model -> unit
Parameters
- meshes
- Type: System.Collections.GenericListIMesh
[Missing <param name="meshes"/> documentation for "M:Karamba.Elements.ModelTruss.addCroSecMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model)"]
- model
- Type: Karamba.ModelsModel
[Missing <param name="model"/> documentation for "M:Karamba.Elements.ModelTruss.addCroSecMesh(System.Collections.Generic.List{Karamba.Geometry.IMesh},Karamba.Models.Model)"]
See Also