TwoDistancesChamferTypeDefinition.parentFeature Property

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

Description

Returns the feature that owns this chamfer type definition

Syntax

"twoDistancesChamferTypeDefinition_var" is a variable referencing a TwoDistancesChamferTypeDefinition object.

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

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

Property Value

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

Version

Introduced in version March 2022