Description:
Uses the index to find a model component. The index is the value that is stored in the .Index property.
Syntax:
Parameters:
- index
- Type: int
- Index of model component to search for.
- type
- Type: ModelComponentType
- The type to be searched. Cannot be ModelComponentType.Unset .
Returns:
Type: ModelComponent
Reference to the rhino object or None if no such object could be found.
Available since:
6.0
Description:
Uses the index to find a model component. The index is the value that is stored in the .Index property.
Syntax:
Parameters:
- index
- Type: int
- Index of model component to search for.
Returns:
Type: T
Reference to the rhino object or None if no such object could be found.
Available since:
6.0