Click or drag to resize

IndexToBeamsolve Method

create beams from node indexes

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	int in_ind_a,
	int in_ind_b,
	Nullable<Vector3> z_ori,
	Nullable<Color> in_color,
	string in_id,
	CroSec crosec,
	out BuilderBeam out_beam
)

Parameters

in_ind_a
Type: SystemInt32
index of starting point of beam
in_ind_b
Type: SystemInt32
index of end point of beam
z_ori
Type: SystemNullableVector3
z-orientation of the beam.
in_color
Type: SystemNullableColor
color of beam in model.
in_id
Type: SystemString
identifier of beam in model. Need not be unique.
crosec
Type: Karamba.CrossSectionsCroSec
cross section of element.
out_beam
Type: Karamba.ElementsBuilderBeam
generated beam element with default properties
See Also