|
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)
Syntaxprotected BuilderElementStraightLine(
int vtx1,
int vtx2
)
Protected Sub New (
vtx1 As Integer,
vtx2 As Integer
)
protected:
BuilderElementStraightLine(
int vtx1,
int vtx2
)
new :
vtx1 : int *
vtx2 : int -> BuilderElementStraightLine
Parameters
- vtx1
- Type: SystemInt32
index of starting-point. - vtx2
- Type: SystemInt32
index of end-point.
See Also