Click or drag to resize

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)
Syntax
protected ModelElementStraightLine(
	int ind,
	BuilderElementStraightLine builder_elem,
	IReadOnlyList<int> node_inds,
	List<Node> nodes
)

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