Share

Joints.count Property

Parent Object: Joints
Defined 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

Property Value

This is a read only property whose value is a uinteger.

Version

Introduced in version July 2015

Was this information helpful?