Arrange3DDefinition.isCreateCopies Property

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

Description

Gets if the original components were moved to create the arrangement or copied were created. This value can only be set when creating a new arrangement.

Syntax

"arrange3DDefinition_var" is a variable referencing an Arrange3DDefinition object.

# Get the value of the property.
propertyValue = arrange3DDefinition_var.isCreateCopies
"arrange3DDefinition_var" is a variable referencing an Arrange3DDefinition object.
#include <Fusion/Arrange/Arrange3DDefinition.h>

// Get the value of the property.
boolean propertyValue = arrange3DDefinition_var->isCreateCopies();

Property Value

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

Version

Introduced in version January 2025