CroSecsketchGroupSizes Method

Retrieves 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.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public virtual List<int> sketchGroupSizes(
	int nFaces
)

Parameters

nFaces  Int32
determines number of mesh-faces for rendering.

Return Value

ListInt32
Return list of group-sizes of faces that form one geometric entity.

See Also