ConstructionPlanes.count Property

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

Description

Returns the number of construction planes in the collection.

Syntax

"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.

# Get the value of the property.
propertyValue = constructionPlanes_var.count
"constructionPlanes_var" is a variable referencing a ConstructionPlanes object.
#include <Fusion/Construction/ConstructionPlanes.h>

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

Property Value

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

Samples

Name Description
Delete Empty Components Deletes empty components from the active design.

Version

Introduced in version August 2014