UtilscapBeamMesh Method
connects the vertices at the beam's ends. In case of more than one group the cross section is assumed
to consist of rectangles. in case of one group the cross section is assumed to be round.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static void capBeamMesh(
Mesh3 mesh,
List<int> groupSizes,
int start_ind,
int n_crosec
)
Public Shared Sub capBeamMesh (
mesh As Mesh3,
groupSizes As List(Of Integer),
start_ind As Integer,
n_crosec As Integer
)
public:
static void capBeamMesh(
Mesh3^ mesh,
List<int>^ groupSizes,
int start_ind,
int n_crosec
)
static member capBeamMesh :
mesh : Mesh3 *
groupSizes : List<int> *
start_ind : int *
n_crosec : int -> unit
Parameters
- mesh Mesh3
- mesh with vertices but no faces.
- groupSizes ListInt32
- list of integers that depict the number of vertices in each subsection of a cross section.
- start_ind Int32
- index of first node to be used for generating the faces. Thus the mesh can contain vertices that are not connected.
- n_crosec Int32
- number of consecutive cross sections.