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