ModelShell(Int32, BuilderShell, CroSec, IReadOnlyListInt32, ListNode) Constructor
Initializes a new instance of the
ModelShell class.
construct fem-shell from grasshopper-shell.
Namespace: Karamba.ElementsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public ModelShell(
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:
ModelShell(
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> -> ModelShell
Parameters
- _ind Int32
- index of shell element.
- _gh_shell BuilderShell
- grasshopper shell object from which serves as basis.
- _crosec CroSec
- cross section object.
- _node_inds IReadOnlyListInt32
- indexes of element nodes.
- _vertices ListNode
- list of all model nodes.