Click or drag to resize

BuilderBeam Constructor (Int32, Int32)

Initializes a new instance of the BuilderBeam class. Create a beam-builder from two node indexes.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BuilderBeam(
	int vtx1,
	int vtx2
)

Parameters

vtx1
Type: SystemInt32
index of starting node.
vtx2
Type: SystemInt32
index of end node.
See Also