CutPasteBodies.count Property

Parent Object: CutPasteBodies
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/CutPasteBodies.h>

Description

The number of Cut/Paste Body features in the collection.

Syntax

"cutPasteBodies_var" is a variable referencing a CutPasteBodies object.

# Get the value of the property.
propertyValue = cutPasteBodies_var.count
"cutPasteBodies_var" is a variable referencing a CutPasteBodies object.
#include <Fusion/Features/CutPasteBodies.h>

// Get the value of the property.
uinteger propertyValue = cutPasteBodies_var->count();

Property Value

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

Samples

Name Description
Cut Paste Bodies API Sample Demonstrates how to use Cut Paste Bodies related API.

Version

Introduced in version June 2017