PushModelTransform with Meshes

Hello,

Using the static method e.Display.PushModelTransform(Tranform transform) is not working with e.Display.DrawMeshShaded(Mesh mesh, DisplayMaterial material) , I attach an example project.

Best Regards

PushMatrix.zip (98.0 KB)

Hi @henrydm,

I can repeat this.

https://mcneel.myjetbrains.com/youtrack/issue/RH-42380

– Dale

RH-42380 is fixed in the latest BETA

Thank you.

Hello,

I’ve realized the same error is happening in :

DisplayPipeline.PostDrawObjects(object sender, DrawEventArgs e)
{
    e.Display.DrawObject(RhinoObject rhinoObject, Transform xForm);
}

Thanks and Best Regards