Hello list, I'm having a problem figuring out how to do this - I have a
polyline object with only two nodes, a start and end point. I know I
want to break the line at a specific number of intervals, and that's
working fine. My only problem is the syntax for the Alter Object
command, because the nodes I am creating do not want to go 'between' the
first and second nodes, they always get appended at the end of the line
(the x/y position of the new nodes are correct, but the *order* of the
nodes is wrong!)

Here's a snippet!

For n = 1 to insert_nodes
...
Alter Object cur_obj Node Add
Position 1, 1
(xpos, ypos)
...
Next

I've tried different options with the 'position' clause, including
omitting it with no success! Any suggestions would be greatly
appreciated!

Thanks,
Ron


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 7240

Reply via email to