EqualDistanceChamferTypeDefinition.parentFeature Property

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

Description

Returns the feature that owns this chamfer type definition

Syntax

"equalDistanceChamferTypeDefinition_var" is a variable referencing an EqualDistanceChamferTypeDefinition object.

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

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

Property Value

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

Version

Introduced in version March 2022