Move_Text
Functions | |
void | Move_Text (HC_KEY key, double x, double y, double z) |
Changes the location, in object space, of a previously-inserted Text item. More... | |
Detailed Description
Function Documentation
◆ Move_Text()
void Move_Text | ( | HC_KEY | key, |
double | x, | ||
double | y, | ||
double | z | ||
) |
Changes the location, in object space, of a previously-inserted Text item.
- Parameters
-
key - The numeric identifier returned by a previous call to Insert_Text() . x - The new coordinates for the alignment point of the text. y - z -
DETAILS
Simply allows you to override the original specifications and move a text item to a new location. The new location is specified as an absolute location, rather than as a relative distance from the old location.