DisplayPipeline Draw Extrusion shaded

I’m seeking to be able to render shaded extrusions to a display pipeline.
I haven’t found any methods for extrusions (ie DrawMeshShaded for Mesh).
Is it intentional to not have a method for extrusions? If so, is it then suggested a way to extract a light weight mesh, cache and use that instead?

Thanks,

Jon

Hi @jonm,

You might have already seen this.

Mesh.CreateFromSurface

– Dale

Thanks @dale, I actually had found it and have been using it as I needed.

For anyone else interested in this, I am also now using this method for wires,
Pipeline.DrawExtrusionWires