Joints.count Property
Parent Object:
JointsDefined in namespace "adsk::fusion" and the header file is <Fusion/Components/Joints.h>
Description
Returns number of joints in the collection.
Syntax
"joints_var" is a variable referencing a Joints object.
# Get the value of the property. propertyValue = joints_var.count
|
"joints_var" is a variable referencing a Joints object.
#include <Fusion/Components/Joints.h>
// Get the value of the property. uinteger propertyValue = joints_var->count();
|
Property Value
This is a read only property whose value is a uinteger.
Version
Introduced in version July 2015