TSplineBodies.itemByName Method
Parent Object:
TSplineBodiesDefined in namespace "adsk::fusion" and the header file is <Fusion/TSpline/TSplineBodies.h>
Description
Returns a TSplineBody by specifying the name of the body as seen in the browser.
Syntax
"tSplineBodies_var" is a variable referencing a TSplineBodies object.returnValue = tSplineBodies_var.itemByName(name)
|
"tSplineBodies_var" is a variable referencing a TSplineBodies object.
#include <Fusion/TSpline/TSplineBodies.h>
returnValue = tSplineBodies_var->itemByName(name);
|
Return Value
TSplineBody |
Returns the specified item or null if a body with that name was not found. |
Parameters
name |
string |
The name of the body, as seen in the browser. This is case sensitive. |
Version
Introduced in version April 2019