|
ModelMembrane Constructor (Int32, BuilderShell, CroSec, IReadOnlyListInt32, ListNode)
|
Initializes a new instance of the
ModelMembrane class.
construct fem-shell from grasshopper-shell.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic ModelMembrane(
int _ind,
BuilderShell _gh_shell,
CroSec _crosec,
IReadOnlyList<int> _node_inds,
List<Node> _vertices
)
Public Sub New (
_ind As Integer,
_gh_shell As BuilderShell,
_crosec As CroSec,
_node_inds As IReadOnlyList(Of Integer),
_vertices As List(Of Node)
)
public:
ModelMembrane(
int _ind,
BuilderShell^ _gh_shell,
CroSec^ _crosec,
IReadOnlyList<int>^ _node_inds,
List<Node^>^ _vertices
)
new :
_ind : int *
_gh_shell : BuilderShell *
_crosec : CroSec *
_node_inds : IReadOnlyList<int> *
_vertices : List<Node> -> ModelMembrane
Parameters
- _ind
- Type: SystemInt32
index of shell element. - _gh_shell
- Type: Karamba.ElementsBuilderShell
grasshopper shell object from which serves as basis. - _crosec
- Type: Karamba.CrossSectionsCroSec
cross section object. - _node_inds
- Type: System.Collections.GenericIReadOnlyListInt32
indexes of element nodes. - _vertices
- Type: System.Collections.GenericListNode
list of all model nodes.
See Also