I am trying to execute a simple macro with the following code:
GiD_Process Mescape Geometry Create Line 0,-10,0 0.5,-10,0 20,-10,0 20,0,0 20,1,0 0.5,1,0 0,1,0 0,0,0 0,-10,0 old Mescape
The idea is to join the last line to the first (already existing or old) point. THe shape is constructed correctly and I believe no new point is created which is good. However the “Create point Procedure dialog box” (see attachment) still appears. The command window shows:
Create a new point or Pick the existing one? /n Joining to existing point /n leaving line creation. 8 new lines /n leaving line creation. 0 new lines /n unknown command →
old
Why does this happen? and how can I get rid of the dialog box once and for all for a clean macro?
