JointKeyPointTypes Enumerator
Description
List of the various keypoints of geometry that can be used when defining joint geometry.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
CenterKeyPoint | 3 | Specifies the position of the keypoint at the center of the entity. This applies to entities like circles, ellipses, planar faces, and profiles. |
EndKeyPoint | 2 | Specifies the position of the keypoint at the end of the entity. |
MiddleKeyPoint | 1 | Specifies the position of the keypoint at the middle of the entity. |
StartKeyPoint | 0 | Specifies the position of the keypoint at the start of the entity. |