TriangulatedSolidOrShell.GetShellComponent
Description:
Returns the specified shell component of a solid or shell. Input componentIndex must lie between 0 and ShellComponentCount-1, inclusive. The returned TriangulatedShellComponent should not be modified by the caller.
Returns the specified shell component of a solid or shell. Input componentIndex must lie between 0 and ShellComponentCount-1, inclusive. The returned TriangulatedShellComponent should not be modified by the caller.
public TriangulatedShellComponent GetShellComponent(
int componentIndex
)
-
Int32componentIndexThe component index, must be between 0 and ShellComponentCount – 1, inclusive.
Return Value
The component.
The component.
-
Shell component index componentIndex is out of range.