Click or drag to resize

BuilderDSTVaddBeam Method

add a beam instruction to the product

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,
	Nullable<double> alpha,
	int cr_inst,
	int mat_inst
)

Parameters

beam
Type: Karamba.ElementsModelBeam
beam to be added
model
Type: Karamba.ModelsModel
model the beam belongs to
vi
Type: System.Collections.GenericListInt32
node indexes of beam
alpha
Type: SystemNullableDouble
rotation angle about longitudinal axis
cr_inst
Type: SystemInt32
index of cross section
mat_inst
Type: SystemInt32
index of material
See Also