MultiLineTextDefinition.rotate Method
Parent Object: MultiLineTextDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/MultiLineTextDefinition.h>
Description
Rotates the text box.
Syntax
"multiLineTextDefinition_var" is a variable referencing a MultiLineTextDefinition object. |
Return Value
| Type | Description |
| boolean | Returns true if successful. |
Parameters
| Name | Type | Description |
| angle | double | The angle to rotate the text, specified in radians. |
| keyPoint | TextBoxKeyPoints | The key point the rotation is defined around. This is optional and defaults the center of the text box. This is an optional argument whose default value is TextBoxKeyPoints.MiddleTextBoxKeyPoint. |
