Notifications
Clear all

[Closed] base width in extrudeEdges?

Hi. I’m new to MAXScript, and have what is undoubtedly a noob question. I’m experimenting with creating a scripted SimpleObject plugin. One of the steps (or two, technically) is to Extrude an array of Edges, with both extrude height and extrude base width options, ala an EPoly edge extrusion.

I looked at meshop.extrude Edges, but there doesn’t appear to be a way to set a base width, i.e. when an EPoly edge is extruded four additional verts are created to form the base, whereas with the meshop method it appears that only two new verts are created. Am I missing something? Many thanks in advance.