Adding LineThickness from the SelectionBox class to the SurfaceSelection class

I often reduce the line thickness on selection boxes and I have no idea why it isn’t an option on surface selections.

3 Likes

Wow, I forgot about SurfaceSelections. It should probably just be made a subclass of SelectionBox so that it continues to have all the appropriate features, namely LineThickness and supporting surface selection (not currently supported) in addition to the outline selection. It’d also probably be easier to maintain since it’s just using SelectionBox but only rendering on one face.

1 Like

TIL: We have a SurfaceSelection object.

15 Likes