Click or drag to resize

CroSecsketchGroupSizes Method

Return list of group-sizes of faces that form one geometric entity. Enables cross-section sketches to consist of more than one connected surface. By default there is only one group.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual List<int> sketchGroupSizes(
	int n_faces
)

Parameters

n_faces
Type: SystemInt32
determines number of mesh-faces for rendering.

Return Value

Type: ListInt32

[Missing <returns> documentation for "M:Karamba.CrossSections.CroSec.sketchGroupSizes(System.Int32)"]

See Also