ChamferFeatureInput.cornerType Property
Parent Object:
ChamferFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ChamferFeatureInput.h>
Description
Gets and sets the type of corner to be modeled when multiple edges connect at a vertex.
Syntax
"chamferFeatureInput_var" is a variable referencing a ChamferFeatureInput object.
# Get the value of the property. propertyValue = chamferFeatureInput_var.cornerType
# Set the value of the property. chamferFeatureInput_var.cornerType = propertyValue
|
"chamferFeatureInput_var" is a variable referencing a ChamferFeatureInput object.
#include <Fusion/Features/ChamferFeatureInput.h>
// Get the value of the property. ChamferCornerTypes propertyValue = chamferFeatureInput_var->cornerType();
// Set the value of the property, where value_var is a ChamferCornerTypes. bool returnValue = chamferFeatureInput_var->cornerType(value_var);
|
Property Value
This is a read/write property whose value is a
ChamferCornerTypes.
Version
Introduced in version December 2020