Share

PatternElement.parentFeature Property

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

Description

Gets the feature pattern this element is a member of.

Syntax

"patternElement_var" is a variable referencing a PatternElement object.

# Get the value of the property.
propertyValue = patternElement_var.parentFeature

Property Value

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

Version

Introduced in version November 2014

Was this information helpful?