Porovnávané verzie
porovnané s
Kľúč
- Tento riadok sa pridal
- Riadok je odstránený.
- Formátovanie sa zmenilo.
%HI_GetDistX, %HI_SetDistX function
Function
The function %HI_SetDistX sets a distance from one point of object to next point on the X-axis (Control function).
The function %HI_GetDistX finds out a distance from one point of object to next point on the X-axis.
The function %HI_GetDistX finds out a distance from one point of object to next point on the X-axis.
Declaration
Blok kódu | ||||
---|---|---|---|---|
| ||||
%HI_SetDistX( INT in refId, INT in idx, INT in value ) INT %HI_GetDistX( INT in refId, INT in idx ) |
Parameters
refId | Reference to graphic object (reference variable). |
idx | Index which defines a distance. |
value | Setting value. |
Description
The function %HI_SetDistX is without return value.
The function %HI_GetDistX gets back a value of defined variable.
These functions cannot work with object manager functions that change the dimensions of objects.
They are primarily intended for line objects?
The function %HI_GetDistX gets back a value of defined variable.
These functions cannot work with object manager functions that change the dimensions of objects.
They are primarily intended for line objects?
For other objects, they can be applied used with the following limitationsrestrictions:
- line objects and polygon - no limits but , except for 3D lines,
- 3D line can be deformed and wrong drawn incorrectly if the dimensions are improper,
- when the polygons, circles (radius) and pillar (if value of its index is 1) are drawn, the negations are not acceptable.
Info | ||
---|---|---|
| ||
Graphic object manipulation functions |