|
ModelElement Constructor
|
construct model-element from a grass-element and use additional data provided
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected ModelElement(
int ind,
BuilderElement builder_element,
IReadOnlyList<int> node_inds
)
Protected Sub New (
ind As Integer,
builder_element As BuilderElement,
node_inds As IReadOnlyList(Of Integer)
)
protected:
ModelElement(
int ind,
BuilderElement^ builder_element,
IReadOnlyList<int>^ node_inds
)
new :
ind : int *
builder_element : BuilderElement *
node_inds : IReadOnlyList<int> -> ModelElement
Parameters
- ind
- Type: SystemInt32
index of the element that is to be constructed - builder_element
- Type: Karamba.ElementsBuilderElement
grass-element with the data - node_inds
- Type: System.Collections.GenericIReadOnlyListInt32
indexes of boundary nodes of the element in model
See Also