Click or drag to resize

BuilderBeam Constructor (Int32, Int32)

Create a beam-builder from two node indexes

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

Parameters

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