We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
res()
Current Behavior:
CV_PS_RANGE_GROUP = 1045 CV_PS_RANGE_GROUP1 = 1046 CV_PS_FROM1 = 1047 CV_PS_TO1 = 1048 CV_PS_EVERY = 1049 CV_PS_OFFSET1 = 1050 CV_PS_BOUNDS_GROUP = 1051 CV_PS_MINMAX_GROUP = 1052 CV_PS_X = 1053 CV_PS_X1 = 1054 CV_PS_Y = 1055 CV_PS_Y1 = 1056 CV_PS_Z = 1057 CV_PS_Z1 = 1058 CV_PS_POLY_TYPE_GROUP = 1059 CV_PS_POLY_TYPE_TRIANGLES = 1060 CV_PS_POLY_TYPE_QUADRANGLES = 1061 CV_PS_POLY_TYPE_NNGONS = 1062 CV_PS_CIRCUMFERENCE_GROUP = 1063 CV_PS_CIRCUMFERENCE_MIN = 1064 CV_PS_CIRCUMFERENCE_MAX = 1065 CV_PS_DISTANCE_GROUP = 1066 CV_PS_DISTANCE_TARGETS = 1067 CV_PS_DISTANCE_MAX_DISTANCE = 1068
Ideal Behavior:
This would make it quite a bit easier to scan a big block of ids.
The text was updated successfully, but these errors were encountered:
That's not very trivial to implement at this moment.
Sorry, something went wrong.
No worries.
NiklasRosenstein
No branches or pull requests
Current Behavior:
Ideal Behavior:
This would make it quite a bit easier to scan a big block of ids.
The text was updated successfully, but these errors were encountered: