|
||
void pm_displacement ( char *message, SS_XYZ *pt, int use_c_space )
char *message; // prompt string SS_XYZ *pt; // address of 3D point to receive displacement int use_c_space; // space flag
|
|
|
Synopsis |
#include "silver.h"
The pm_displacement function adds a displacement prompt to the current panel, with prompt specified by message . When the panel is displayed, the user will have the option of marking a distance in the drawing. If use_c_space is 1, then the marking process will be relative to c-space; otherwise w-space will be used.
|
|
Parameters |
message is a null-terminated string containing the prompt message. pt is the address of the 3D point that will receive the displacement value. use_c_space is an integer specifying whether to use c-space or w-space marking . |
|
Return Value |
none.
|
|
Comments |
The initial value for the field is the inial value of the SS_XYZ pointed to by value .
|
|
See Also |
|
|
|
|