create points automatically

Moderator: GiD Team

Post Reply
kstn
Posts: 41
Joined: Wed Jan 21, 2015 2:03 pm

create points automatically

Post by kstn »

Hello

Is there a way to create the points and assumes "NoJoin" automatically using the batch script? I have the problem that GiD always ignores further points if it encounters the first duplicated point

Mescape Geometry Create Point 0 0 0
Mescape Geometry Create Point 1 0 0
Mescape Geometry Create Point 0 0 0 <- here GiD will ask for Join/NoJoin
Mescape Geometry Create Point 1 0 0 <- this point will be ignored

Best
kstn
Posts: 41
Joined: Wed Jan 21, 2015 2:03 pm

Re: create points automatically

Post by kstn »

I checked the forum and saw this dialog
https://www.gidhome.com/forum/viewtopic ... join#p8947

Seem like CreateAlwaysNewPoint is the flag that I need. How to turn it on in the batch script?
kstn
Posts: 41
Joined: Wed Jan 21, 2015 2:03 pm

Re: create points automatically

Post by kstn »

got it!
Mescape Utilities Variables CreateAlwaysNewPoint 1
Thanks
Post Reply