CircularPatternFeature.parentComponent Property
Parent Object:
CircularPatternFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/CircularPatternFeature.h>
Description
Returns the parent component that owns this feature.
Syntax
"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.
# Get the value of the property. propertyValue = circularPatternFeature_var.parentComponent
|
"circularPatternFeature_var" is a variable referencing a CircularPatternFeature object.
#include <Fusion/Features/CircularPatternFeature.h>
// Get the value of the property. Ptr<Component> propertyValue = circularPatternFeature_var->parentComponent();
|
Property Value
This is a read only property whose value is a
Component.
Version
Introduced in version November 2014