CircularPatternFeature.patternElements Property

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

Description

Gets the PatternElements collection that contains the elements created by this pattern.

Syntax

"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.

# Get the value of the property.
propertyValue = circularPatternFeature_var.patternElements
"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.
#include <Fusion/Features/CircularPatternFeature.h>

// Get the value of the property.
Ptr<PatternElements> propertyValue = circularPatternFeature_var->patternElements();

Property Value

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

Version

Introduced in version November 2014