RigidGroups.itemByName Method
Parent Object:
RigidGroupsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/RigidGroups.h>
Description
Function that returns the specified rigid group using a name.
Syntax
"rigidGroups_var" is a variable referencing a RigidGroups object.returnValue = rigidGroups_var.itemByName(name)
|
"rigidGroups_var" is a variable referencing a RigidGroups object.
#include <Fusion/Components/RigidGroups.h>
returnValue = rigidGroups_var->itemByName(name);
|
Return Value
RigidGroup |
Returns the specified item or null if an invalid name was specified. |
Parameters
name |
string |
The name of the item within the collection to return. |
Version
Introduced in version September 2015