Click or drag to resize

BuilderCSVaddBeam Method

add a beam to the builder

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void addBeam(
	ModelBeam beam,
	Model model,
	List<int> vi,
	int cr_num
)

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