ChamferCornerTypes Enumerator
Description
Specifies the type of corner to model when multiple edges come together at a vertex.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
BlendCornertype | 2 | A blend surface is created to define the corner. |
ChamferCornerType | 0 | The default corner type, where a small patch is created at the corner. |
MiterCornerType | 1 | The chamfer surfaces extend and intersect one another to create the corner. |