|
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)
Syntaxpublic BuilderBeam(
int vtx1,
int vtx2
)
Public Sub New (
vtx1 As Integer,
vtx2 As Integer
)
public:
BuilderBeam(
int vtx1,
int vtx2
)
new :
vtx1 : int *
vtx2 : int -> BuilderBeam
Parameters
- vtx1
- Type: SystemInt32
index of starting node. - vtx2
- Type: SystemInt32
index of end node.
See Also