How to perform UnrollSrfUV in rhino common?

I am trying to learn rhinocommon API.How can I perform UnrollSrfUV in rhino common?

BTW, I’d like to keep the original UV structure.

Assigned to Rhino Developer category.

Hi @Slone,

Use the Unroller class.

– Dale

thanks Dale. I can perform unroll but how to keep the original UV map?Is there any unroll options?

Hi @Slone,

Does the UnrollSrf command do this?

– Dale

No,I tried several time,it cannot maintain the UV structure

Hi @Slone,

Can you provide a 3dm file that contains a surface you are trying to unroll and main UV?

Thanks,

– Dale

I should add that RhinoCommon doesn’t provided a UnrollSrfUV function. So you may end up having to script the command.

– Dale