Click or drag to resize

ModelElementbuild Method

builds elements (Beam, Truss, spring,..) out of grass-elements and additional information.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ModelElement build(
	int ind,
	BuilderElement other,
	List<Node> nodes
)

Parameters

ind
Type: SystemInt32
element index in the model
other
Type: Karamba.ElementsBuilderElement
grass-element
nodes
Type: System.Collections.GenericListNode
element nodes

Return Value

Type: ModelElement

[Missing <returns> documentation for "M:Karamba.Elements.ModelElement.build(System.Int32,Karamba.Elements.BuilderElement,System.Collections.Generic.List{Karamba.Nodes.Node})"]

See Also