|
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)
Syntaxpublic void AddCrossedSectionAt(
int index,
CrossedSection section
)
Public Sub AddCrossedSectionAt (
index As Integer,
section As CrossedSection
)
public:
void AddCrossedSectionAt(
int index,
CrossedSection^ section
)
member AddCrossedSectionAt :
index : int *
section : CrossedSection -> unit
Parameters
- index
- Type: SystemInt32
Face index. - section
- Type: Karamba.Results.ShellSectionCrossedSection
Crossed section to add.
See Also