TextBoxKeyPoints Enumerator

Description

Defines the nine key points that exist for a sketch text box and can be used as the origin when rotating the text. The named positions are with respect to the text box. For example when the text box has not been rotated the top-left key point will be the point in the upper-left corner of the text box. If the text box has been rotated 180 degrees, the top-left key point will be the point in the lower-right corner of the text box.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>

Methods

Name Value Description
BottomLeftTextBoxKeyPoint 6 The key point at the bottom-left corner of the text box.
BottomMiddleTextBoxKeyPoint 7 The key point at the midpoint of the bottom line of the text box.
BottomRightTextBoxKeyPoint 8 The key point at the bottom-right corner of the text box.
MiddleLeftTextBoxKeyPoint 3 The key point at the midpoint of the left line of the text box.
MiddleRightTextBoxKeyPoint 5 The key point at the midpoint of the right line of the text box.
MiddleTextBoxKeyPoint 4 The key point in the center of the text box.
TopLeftTextBoxKeyPoint 0 The key point in the upper-left corner of the text box.
TopMiddleTextBoxKeyPoint 1 The key point at the midpoint of the upper line of the text box.
TopRightTextBoxKeyPoint 2 The key point in the upper-right corner of the text box.

Version

Introduced in version December 2020