|
||
void pm_xyz ( char *message, SS_XYZ *pt )
char *message; // prompt string SS_XYZ *pt; // address of 3D point to receive result
|
|
|
Synopsis |
#include "silver.h"
The pm_xyz function adds a prompt for a 3D point to the current panel, with prompt specified by message . When the panel is displayed, the user will have the option of picking a point in the drawing; the result of such a pick will be stored into pt .
|
|
Parameters |
message is a null-terminated string containing the prompt message. pt is the address of a 3D point that is to receive the result.
|
|
Return Value |
none.
|
|
See Also |
|
|
|
|