*coincidentnodepickmode
Supported for backward compatibility. Performs the same function as *coincidentpickmode (toggles coincident picking on and off).
Syntax
*coincidentnodepickmode mode
Type
HyperMesh Tcl Modify
Description
Supported for backward compatibility. Performs the same function as *coincidentpickmode (toggles coincident picking on and off).
Inputs
- mode
- Coincident picking mode.
- 1 - On
- 0 - Off (default)
Examples
To turn on coincident picking mode:
*coincidentnodepickmode(1)
To turn off coincident picking mode:
*coincidentnodepickmode(0)