Click or drag to resize

BuilderElementStraightLine Constructor (Int32, Int32)

define a straight line element from the indexes of its end-points

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

Parameters

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