Description:
Uses the name to find a model component. The name is the value that is stored in the .Name property. Deleted objects have no name.
Syntax:
Parameters:
- name
- Type: string
- Name of model component to search for.
- type
- Type: ModelComponentType
- The type to be searched. Cannot be ModelComponentType.Unset .
- parent
- Type: System.Guid
- Parent object id. This is only required for layers.
Returns:
Type: ModelComponent
Reference to the rhino object or None if no such object could be found.
Available since:
6.0
Description:
Uses the name to find a model component. The name is the value that is stored in the .Name property. Deleted objects have no name.
Syntax:
Parameters:
- name
- Type: string
- Name of model component to search for.
- parent
- Type: System.Guid
- Parent object id. This is only required for layers.
Returns:
Type: T
Reference to the rhino object or None if no such object could be found.
Available since:
6.0