Click or drag to resize

ModelElementStraightLine Constructor

construct a model-element from a grass-element and include additional information

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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