Hello everyone,
does anyone know how to create solid geometry using these functions? When I try to use EDGE there have to be passed two vertices (more specifically their indexes as an integer value). I cannot find that index value anywhere. When I use VERT I do something like:
VERT 100,200,300 I have tried also to do it like this
vert1 = VERT 100,200,300 but then an error occurs, the syntax is incorrect. So, how to assign the VERT to anything that would have held the index of that certain VERT?
I have looked through all available SP in the standard library and I did not find a solution. No one used the VERT function there.
Best regards