Rebuild Macro

I’m trying to map a custom button to rebuild surfaces. I’ve got curves working with:

! _-Rebuild _Degree=3 _Pointcount=4 _Enter

This doesn’t work with surfaces though. Do i need to somehow specify the degree and pointcount in the U and V directions?

Yep, you need to specify some or all of these:

UPointCount=? VPointCount=? UDegree=? VDegree=? DeleteInput=Yes/No OutputLayer=Input/Current ReTrim=Yes/No

Perfect!. thanks for that. worked like a charm. I’ll have to play around and see what else I can macro