ScriptSpot

Forum topic · General Scripting

Line with coordinates in maxscript

By weee · 2009-08-20

Description

Hi

I'm new to scripting in 3ds max and already ran into problems.

How is it possible to integrate drawing a line into a script.
When I do it with macro recording I only get this:
"line isSelected:on pos:[48.0319,21.9492,0]"

So only the coordinates of the pivot.
But I want the coordinates of all the points of the line in the script.

Is this possible? I did a quick Google search and only found scripts for older versions (I'm using 2010) and even they didn't look exactly like what I'm looking for.

Btw: I'm not using the english version of 3ds max so I'm not sure if I use the correct names. If anything is unclear please ask.

Greetings
weee

Comments (1)

weee · 2009-08-21

never mind
found it out