Draw SubD wires and draw SubD shaded sample in CRhinoDisplayConduit c++

Hi:
Where can I find examples or guidance on how to draw SubD wires using a custom color and draw SubD shaded using a custom CDisplayPipelineMaterial within CRhinoDisplayConduit?

Hi @pythonuser,

I’ve added a couple of new samples to the repo on GitHub.

cmdSampleDrawSubD.cpp

cmdSampleDrawSubDWires.cpp

– Dale