Move_Image
Functions | |
void | DMove_Image (HC_KEY key, double x, double y, double z) |
Similar to Move_Image() but operates on double-precision parameter values. More... | |
void | Move_Image (HC_KEY key, double x, double y, double z) |
Changes the location, in object space, of a previously-inserted Image. Double-precision parameters, if passed to this function, are truncated during calculations. More... | |
Detailed Description
Function Documentation
◆ DMove_Image()
void DMove_Image | ( | HC_KEY | key, |
double | x, | ||
double | y, | ||
double | z | ||
) |
Similar to Move_Image() but operates on double-precision parameter values.
- Parameters
-
key - The numeric identifier returned by a previous call to DInsert_Image(). x - The new coordinates for the center of the image. y - z -
◆ Move_Image()
void Move_Image | ( | HC_KEY | key, |
double | x, | ||
double | y, | ||
double | z | ||
) |
Changes the location, in object space, of a previously-inserted Image. Double-precision parameters, if passed to this function, are truncated during calculations.
- Parameters
-
key - The numeric identifier returned by a previous call to Insert_Image() or Insert_Image_By_Ref() . x - The new coordinates for the center of the image. y - z -
DETAILS
Move_Image() allows you to override the original specifications and move an image to a new location. The new location is specified as an absolute location, rather than as a relative distance from the old location.
NOTES
RESTRICTIONS
- See also
- Insert_Image, Edit_Image, Show_Image, Translate_Object.