RectangularPatternFeature.resultFeatures Property
Parent Object:
RectangularPatternFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RectangularPatternFeature.h>
Description
Get the features that were created for this pattern. Returns null in the case where the feature is parametric.
Syntax
"rectangularPatternFeature_var" is a variable referencing a RectangularPatternFeature object.
# Get the value of the property. propertyValue = rectangularPatternFeature_var.resultFeatures
|
"rectangularPatternFeature_var" is a variable referencing a RectangularPatternFeature object.
#include <Fusion/Features/RectangularPatternFeature.h>
// Get the value of the property. Ptr<ObjectCollection> propertyValue = rectangularPatternFeature_var->resultFeatures();
|
Property Value
This is a read only property whose value is an
ObjectCollection.
Version
Introduced in version November 2014