SplitFaceSplitTypes Enumerator
Description
List of the ways to split a face using the split face feature.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
| Name | Value | Description |
| alongVectorSplitType | 1 | Split a face using a projection of the split tool along a specified direction. |
| closestPointSplitType | 2 | Split a face by projecting the split tool to the closest point on the faces being split. |
| surfaceIntersectionSplitType | 0 | Split face using a surface-to-surface intersection as the split curve. |
