OffsetFacesFeatures.count Property

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

Description

The number of Offset Face features in the collection. Offset Face features are created in the UI using the "Press Pull" command.

Syntax

"offsetFacesFeatures_var" is a variable referencing an OffsetFacesFeatures object.

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

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

Property Value

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

Version

Introduced in version June 2017