|
BuilderCSVaddBeam Method
|
add a beam to the builder.
Namespace:
Karamba.Exporters
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected void addBeam(
ModelBeam beam,
Model model,
List<int> vi,
int cr_num
)
Protected Sub addBeam (
beam As ModelBeam,
model As Model,
vi As List(Of Integer),
cr_num As Integer
)
protected:
void addBeam(
ModelBeam^ beam,
Model^ model,
List<int>^ vi,
int cr_num
)
member addBeam :
beam : ModelBeam *
model : Model *
vi : List<int> *
cr_num : int -> unit
Parameters
- beam
- Type: Karamba.ElementsModelBeam
beam to add. - model
- Type: Karamba.ModelsModel
model the beam belongs to. - vi
- Type: System.Collections.GenericListInt32
node indexes of element. - cr_num
- Type: SystemInt32
index of cross section.
See Also