ChamferTypeDefinition.parentFeature Property

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

Description

Returns the feature that owns this chamfer type definition

Syntax

"chamferTypeDefinition_var" is a variable referencing a ChamferTypeDefinition object.

# Get the value of the property.
propertyValue = chamferTypeDefinition_var.parentFeature
"chamferTypeDefinition_var" is a variable referencing a ChamferTypeDefinition object.
#include <Fusion/Features/ChamferTypeDefinition.h>

// Get the value of the property.
Ptr<ChamferFeature> propertyValue = chamferTypeDefinition_var->parentFeature();

Property Value

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

Version

Introduced in version March 2022