|
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)
Syntaxpublic static ModelElement build(
int ind,
BuilderElement other,
List<Node> nodes
)
Public Shared Function build (
ind As Integer,
other As BuilderElement,
nodes As List(Of Node)
) As ModelElement
public:
static ModelElement^ build(
int ind,
BuilderElement^ other,
List<Node^>^ nodes
)
static member build :
ind : int *
other : BuilderElement *
nodes : List<Node> -> ModelElement
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