DistanceAndAngleChamferTypeDefinition.parentFeature Property
Parent Object:
DistanceAndAngleChamferTypeDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/DistanceAndAngleChamferTypeDefinition.h>
Description
Returns the feature that owns this chamfer type definition
Syntax
"distanceAndAngleChamferTypeDefinition_var" is a variable referencing a DistanceAndAngleChamferTypeDefinition object.
# Get the value of the property. propertyValue = distanceAndAngleChamferTypeDefinition_var.parentFeature
|
"distanceAndAngleChamferTypeDefinition_var" is a variable referencing a DistanceAndAngleChamferTypeDefinition object.
#include <Fusion/Features/DistanceAndAngleChamferTypeDefinition.h>
// Get the value of the property. Ptr<ChamferFeature> propertyValue = distanceAndAngleChamferTypeDefinition_var->parentFeature();
|
Property Value
This is a read only property whose value is a
ChamferFeature.
Version
Introduced in version March 2022