Search found 30 matches

by eduardrocas
Tue Dec 23, 2014 12:30 am
Forum: Geometry
Topic: Creating a rectangle in TCL
Replies: 4
Views: 6672

Creating a rectangle in TCL

Hello,

I would like to know which is the easiest way to create a rectangle, of specific dimensions and position, using Tcl/Tk. In GiD's graphical user interface there's the possibility of drawing a rectangle, so I'm wondering if it already exists such a function available for Tcl/Tk.

Thanks,
Eduard
by eduardrocas
Sat Dec 20, 2014 1:11 am
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

It works wonderfully!

Thanks a lot! :D
by eduardrocas
Fri Dec 19, 2014 10:12 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

That worked wonderfully, although I have GiD version 12.03 (evaluation version). Then, how is that it doesn't work with the "hello world" example you provided? Maybe I'm doing something wrong... I just open ramdebugger from GiD, copy your text and try to debug. The lower status bar of rand...
by eduardrocas
Fri Dec 19, 2014 7:58 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

Actually, I have uninstalled it and reinstalled and still doesn't work. The "begin/continue execution" button is in grey, seems not to be active.
by eduardrocas
Fri Dec 19, 2014 7:48 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

Debugging locally, it doesn't work. I've tested your "hello world" code and does nothing. I also tried remotely, but it doesn't work either. In menu "File->Debug on" there are only two options: -Start debug -Disconnect/stop How can it be that RamDebugger does nothing? Thanks, Edu...
by eduardrocas
Fri Dec 19, 2014 6:13 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

It happens that RamDebugger does not seem to debug (it does nothing) when executed from GiD (with or withous another Tcl/Tk installation). On the other hand, running Ramdebugger externally, as a stand-alone application, works fine and debugs fine. I've tried it with a "hello world" example...
by eduardrocas
Thu Dec 18, 2014 9:53 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

...I meant "should it will work anyway if I install Tcl-Tk afterwards?". Because the fact is that it's not working this way, so either I have to reinstall GiD or something is wrong.

Thanks,
Eduard
by eduardrocas
Thu Dec 18, 2014 9:51 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

Hello, In relation to your reply, I will trying making a "macro" with Tcl-Tk to parameterize the geometry; for example a "macro" to make a rectangle or a 3D volume. I've read that the RamDebugger, integrated in GiD, needs Tcl-Tk installed to work properly. My question is, do I fi...
by eduardrocas
Thu Dec 11, 2014 4:18 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Re: Geometry and mesh parameterization

Thanks a lot, that sounds very helpful!
by eduardrocas
Thu Dec 11, 2014 2:40 pm
Forum: Geometry
Topic: Geometry and mesh parameterization
Replies: 22
Views: 313054

Geometry and mesh parameterization

Hello, I would like to know if it is possible somehow to parameterize the input values for the geometry and mesh, instead of doing it manually for every element. And if it exists a way, which is the optimum way to do it. For example, we would like to define geometry values based on some parameters; ...