Can you help me plz in rhino c#
I crested mesh then add vertices to mesh
Then add faces now i want to add texture image to face
To assign a texture to an object, you will first need to create a material, and then assign that texture to the material. Once you’ve done this, you can assign the material to the object (not the geometry).
Let me know if you need an example.
– Dale