ModelElement(Int32, BuilderElement, IReadOnlyListInt32) Constructor
Initializes a new instance of the
ModelElement class.
construct model-element from a grass-element and use additional data provided.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected 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 Int32
- index of the element that is to be constructed.
- builder_element BuilderElement
- grass-element with the data.
- node_inds IReadOnlyListInt32
- indexes of boundary nodes of the element in model.