when i draw a brep in a custom display conduit using args.Display.DrawBrepShaded(brep, mat) how can i control the mesh density used inside the conduit ? It does not seem to use my document mesh settings. Below shows 2 breps, the gray one is too coarse so i would like to change it:
Thanks, i used RhinoObject.CreateMeshes() before in another script, but this time my breps are not part of the document, they only are shown in the conduit while it is active. I wonder if i could access the “coarseness” of the pipeline somehow ?