Click or drag to resize

BuilderElementStraightLine Constructor (Int32, Int32)

Initializes a new instance of the BuilderElementStraightLine class. define a straight line element from the indexes of its end-points.

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

Parameters

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