Click or drag to resize

CrossedSectionAddCrossedSectionAt Method

Add a crossed section to this one after a given index.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void AddCrossedSectionAt(
	int index,
	CrossedSection section
)

Parameters

index
Type: SystemInt32
Face index.
section
Type: Karamba.Results.ShellSectionCrossedSection
Crossed section to add.
See Also