How the isoparms are indexed along the v direction on an extrudedSurface?
for e.g; for some it varies from extrudedSurface1.v[0] to v[4] while for others, its extrudedSurface1.v[-0] to v[-4] (if span is 4).
Why its +ve for some, and -ve for others? Whats the logic?