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.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
Parameters
- componentIndex
- Type: System..::..Int32
The component index, must be between 0 and ShellComponentCount – 1, inclusive.
Return Value
The component.
Exceptions
See Also