Joining lines programmatically does not close join window
Posted: Sat Apr 22, 2017 2:32 pm
I am trying to execute a simple macro with the following code:
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:
Code: Select all
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
Why does this happen? and how can I get rid of the dialog box once and for all for a clean macro?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