I’m wondering if there’s a way to see the Zebra stripes (for BREPs) from GH preview directly–instead of baking the BREP and then turning on zebra stripes (the left bar of the Rhino window always jumps out, which really disrupts the flow for me).
I got the following code, which doesn’t work (type hints checks out) due to “Error: Runtime error (TypeErrorException): Cannot create instances of DisplayPipeline because it has no public constructors” Could you please give me some guidance?
import Rhino
import System
p = Rhino.Display.DisplayPipeline()
a = p.DrawZebraPreview(x,
y
)