Share

CircularPatternFeature.isParametric Property

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

Description

Indicates if this feature is parametric or not.

Syntax

"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.

# Get the value of the property.
propertyValue = circularPatternFeature_var.isParametric

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?