ArrangeFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"arrangeFeature_var" is a variable referencing an ArrangeFeature object.

# Get the value of the property.
propertyValue = arrangeFeature_var.isParametric
"arrangeFeature_var" is a variable referencing an ArrangeFeature object.
#include <Fusion/Arrange/ArrangeFeature.h>

// Get the value of the property.
boolean propertyValue = arrangeFeature_var->isParametric();

Property Value

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

Version

Introduced in version January 2025