Click or drag to resize

UtilscapBeamMesh Method

connects the vertices at the beams'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.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static void capBeamMesh(
	Mesh3 mesh,
	List<int> groupSizes,
	int start_ind,
	int n_crosec
)

Parameters

mesh
Type: Karamba.GeometryMesh3
mesh with vertices but no faces.
groupSizes
Type: System.Collections.GenericListInt32
list of integers that depict the number of vertices in each subsection of a cross section.
start_ind
Type: SystemInt32
index of first node to be used for generating the faces. Thus the mesh can contain vertices that are not connected.
n_crosec
Type: SystemInt32
number of consecutive cross sections.
See Also