Opened 6 years ago
Closed 6 years ago
#1992 closed defect (fixed)
using "pick blobs" on non-cap area of clipped blob raises error
Reported by: | Elaine Meng | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Volume Data | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
I was testing in the current daily build whether Measure and Color Blobs still works on the planar caps like in Chimera (yes it does) and then the next test was of the assertion, also carried over from Chimera, that the area/volume of blob itself would be unaffected by clipping. So I clicked with the "pick blobs" assigned button on the non-cap area of the clipped blob, but then get errors like
Missing or invalid "surface" argument: Require 1 surface, got 3
You can test with any isosurface by clipping with Side View. However, this is an edge case so I leave it up to your judgement as to what should happen, or whether this is classified as a dumb user error.
Fixed.
Measure command issued by pick blob mouse mode needed to specify the surface model argument as #!1 not #1 so that submodels such as the cap did not get specified.