CircularPatternFeature.resultFeatures Property

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

Description

Returns the features that were created as a result of this pattern. This is only valid for a direct edit model and this returns null in the case where the feature is parametric.

Syntax

"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.

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

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

Property Value

This is a read only property whose value is an ObjectCollection.

Version

Introduced in version November 2014