Share

RuledSurfaceFeature.cornerType Property

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

Description

Gets and sets the corner type for the ruled surface, indicating if the corners will be rounded or mitered. The default value is rounded.

Syntax

"ruledSurfaceFeature_var" is a variable referencing a RuledSurfaceFeature object.

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

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

Property Value

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

Version

Introduced in version August 2021

Was this information helpful?