Create Mesh based on series of V and F values

Hi,

I have following V and F values, Can anyone suggest how I can create a custom mesh based on these values?(Without importing any file i.e. “ImportMesh”)
v 0 0 0
v 2600 0 0
v 2600 500 0
v 0 500 0
v 0 0 50
v 2600 0 50
v 2600 500 50
v 0 500 50

f 1 2 3
f 1 3 4
f 2 6 7
f 2 7 3
f 5 1 4
f 5 4 8
f 5 6 7
f 5 7 8
f 4 3 7
f 4 7 8
f 5 6 2
f 5 2 1

Like THIS?

2 Likes

Thank you :slightly_smiling_face:

Hi! Read this as well:

4 Likes