geometry[HorizontalName] - find the name of the horizontal axis used to define an object
|
Calling Sequence
|
|
HorizontalName(obj)
|
|
Parameters
|
|
obj
|
-
|
line, triangle, circle, parabola, ellipse, or hyperbola
|
|
|
|
|
Description
|
|
•
|
The routine returns the name of the horizontal axis used to define obj. It returns either a name or FAIL.
|
•
|
The environment variables _EnvHorizontalName and _EnvVerticalName can be assigned names that are used as the names of the horizontal and vertical axes, respectively.
|
•
|
The command with(geometry,HorizontalName) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
assume that the names of the horizontal and vertical axes are _x and _y, respectively
| |
| (2) |
>
|
|
| (3) |
The horizontal and vertical axes do not have names. Assign names to the axes.
>
|
|
>
|
|
| (4) |
Request the name of the horizontal axis again.
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?