Message 1 of 2
Jig UserInputControls explanation

Not applicable
07-20-2014
03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody discribe influence on user input of every flag in enum UserInputControls? I think it would be very helpful for many people, who have problems with creating Jigs.
public enum UserInputControls { GovernedByOrthoMode = 1, NullResponseAccepted = 2, DoNotEchoCancelForCtrlC = 4, DoNotUpdateLastPoint = 8, NoDwgLimitsChecking = 16, NoZeroResponseAccepted = 32, NoNegativeResponseAccepted = 64, Accept3dCoordinates = 128, AcceptMouseUpAsPoint = 256, AnyBlankTerminatesInput = 512, InitialBlankTerminatesInput = 1024, AcceptOtherInputString = 2048, GovernedByUCSDetect = 4096, NoZDirectionOrtho = 8192, UseBasePointElevation = 32768, }