|
||
void relative_entry( int entry_mode );
int entry_mode; // An integer value
|
|
|||||||
Synopsis |
#include "silver.h"
The relative_entry function sets the default 3D coordinate entry mode when keying in a 3D point.
|
|
||||||
Parameters |
entry_mode is an integer whose meaning is as follows:
|
|
||||||
Return Value |
none
|
|
||||||
Remarks |
When entry_mode is 0, here is the effect on the 3D point entry dialog:
When entry_mode is 1, here is the effect on the 3D point entry dialog:
|
|
||||||
See Also |
|
|
||||||
Example |
The following code demonstrates the effect of relative_entry on the 3D point prompting:
|
|