Search found 5 matches

by jurepriimek
Sat Aug 11, 2018 12:24 am
Forum: Other
Topic: how to create NURBS surface (Automatic) through batch file (i.e command line)
Replies: 4
Views: 6948

Re: how to create NURBS surface (Automatic) through batch file (i.e command line)

Thank you, I managed to work around this problem since it still isnt working. This forum is great though, its been very helpful with other things! Thanks again escolano :)
by jurepriimek
Fri Aug 10, 2018 3:50 pm
Forum: Geometry
Topic: how to delete all types outside a certain shape
Replies: 3
Views: 6326

Re: how to delete all types outside a certain shape

Thank you very much for your reply! For some reason it did not occur to me that there might a a plug-in that does something similar or even the same thing! Been working on this for a good while and havent made much progress - its all so pointless now. It solves all my problems. Anyway, thank you for...
by jurepriimek
Thu Aug 09, 2018 1:50 pm
Forum: Geometry
Topic: how to delete all types outside a certain shape
Replies: 3
Views: 6326

how to delete all types outside a certain shape

Hello, I am drawing a Voronoi grid and I would like to confine it with a square of certain dimensions that I can set. What I want to achieve (before and after) is seen in pictures 1 and 2. Is there any way that this could be done automatically through a batch file rather doing it manually? Thank you...
by jurepriimek
Thu Aug 02, 2018 3:55 pm
Forum: Other
Topic: how to create NURBS surface (Automatic) through batch file (i.e command line)
Replies: 4
Views: 6948

Re: how to create NURBS surface (Automatic) through batch file (i.e command line)

You can write the GiD keyword needed to do something in a text file (.bch extension recommended) and then load this batchfile in GiD (from the command line gid.exe -b batchfile, or from menus like Files->Import->Batch file...) To know the syntax of these keyword, for example, do before the action a...
by jurepriimek
Wed Aug 01, 2018 10:47 am
Forum: Other
Topic: how to create NURBS surface (Automatic) through batch file (i.e command line)
Replies: 4
Views: 6948

how to create NURBS surface (Automatic) through batch file (i.e command line)

Hello, I am creating a Voronoi grid with separation (between the Voronoi shapes) through a batch file created by Python. After I import my batch file I end up with something that you can see in picture1. Then, I use the "Geometry Create NURBS surface Automatic" to create all the surfaces a...