|
ModelElementStraightLine Constructor (Int32, BuilderElementStraightLine, IReadOnlyListInt32, ListNode)
|
Initializes a new instance of the
ModelElementStraightLine class.
construct a model-element from a grass-element and include additional information.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected ModelElementStraightLine(
int ind,
BuilderElementStraightLine builder_elem,
IReadOnlyList<int> node_inds,
List<Node> nodes
)
Protected Sub New (
ind As Integer,
builder_elem As BuilderElementStraightLine,
node_inds As IReadOnlyList(Of Integer),
nodes As List(Of Node)
)
protected:
ModelElementStraightLine(
int ind,
BuilderElementStraightLine^ builder_elem,
IReadOnlyList<int>^ node_inds,
List<Node^>^ nodes
)
new :
ind : int *
builder_elem : BuilderElementStraightLine *
node_inds : IReadOnlyList<int> *
nodes : List<Node> -> ModelElementStraightLine
Parameters
- ind
- Type: SystemInt32
index of element to be constructed. - builder_elem
- Type: Karamba.ElementsBuilderElementStraightLine
grasshopper element information. - node_inds
- Type: System.Collections.GenericIReadOnlyListInt32
element node indexes. - nodes
- Type: System.Collections.GenericListNode
nodes of the model.
See Also