Share

ChamferFeature.cornerType Property

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

Description

Gets and sets the type of corner to be modeled when multiple edges connect at a vertex.

Syntax

"chamferFeature_var" is a variable referencing a ChamferFeature object.

# Get the value of the property.
propertyValue = chamferFeature_var.cornerType

# Set the value of the property.
chamferFeature_var.cornerType = propertyValue

Property Value

This is a read/write property whose value is a ChamferCornerTypes.

Version

Introduced in version December 2020

Was this information helpful?