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.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected ModelElement(
	int ind,
	BuilderElement builder_element,
	IReadOnlyList<int> node_inds
)

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.

See Also