Click or drag to resize

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)
Syntax
protected ModelElement(
	int ind,
	BuilderElement builder_element,
	IReadOnlyList<int> node_inds
)

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