Search found 11 matches

by theokart
Mon Mar 21, 2022 3:03 pm
Forum: Customization
Topic: Tcl command to Update/Synchronize window fields
Replies: 3
Views: 2622

Re: Tcl command to Update/Synchronize window fields

Yes i was refering on classic problem type, using the DWLocalSetValue procedure, invoked in the INIT event of problem data field. I was trying to pop up a new window which recommends some values and asks user if it ok to apply recommended changes. I also tried to use DWLocalSetValue (in order for us...
by theokart
Sat Mar 19, 2022 9:21 pm
Forum: Customization
Topic: Tcl command to Update/Synchronize window fields
Replies: 3
Views: 2622

Tcl command to Update/Synchronize window fields

Hello, Is there any tcl command to update the window data, like i am pressing the "update changes" button or pressing "accept" on problem data ? In some cases i want to change some field values through tcl script and update it automatically without the need of user to press updat...
by theokart
Tue Nov 07, 2017 8:30 am
Forum: Customization
Topic: problem type Transformation
Replies: 3
Views: 3849

Re: problem type Transformation

I made a book for old conditions for compatibility with older projects. It works fine following your instructions. Thank you again for the help!
by theokart
Mon Nov 06, 2017 7:10 pm
Forum: Customization
Topic: problem type Transformation
Replies: 3
Views: 3849

Re: problem type Transformation

To hide the condition, should i make a new book and hide the book (e.g. GiD_ShowBook conditions condBook 0)? or can i hide a specific condition somehow?
by theokart
Mon Nov 06, 2017 12:12 am
Forum: Customization
Topic: problem type Transformation
Replies: 3
Views: 3849

problem type Transformation

Dear GiD Team,

Is there any way to convert an old condition (condition name does not exist anymore) to a new one (new condition name) while transforming a project?

Thanks in advance!
by theokart
Fri Sep 01, 2017 7:42 am
Forum: Customization
Topic: Problem when using space in materials' name
Replies: 3
Views: 3575

Re: Problem when using space in materials' name

I refer to OpenSees problemtype for some materials, such as Elastic, Elastic Perfectly plastic and more. This error is occured when i make a copy of the template material with a name which contains spaces (e.g. "Elastic E=30GPa" : copy of "Elastic"). This happens in every materia...
by theokart
Sun Aug 27, 2017 11:17 am
Forum: Customization
Topic: Problem when using space in materials' name
Replies: 3
Views: 3575

Problem when using space in materials' name

Dead GiD Team, In some cases, i need to use tkwidget DWLocalSetValue to change the value as well as the state of some fields in order to handle field dependencies. But i have observed that, when using it to change the state, when i create a material which consists of spaces as well, an error is occu...
by theokart
Tue Mar 21, 2017 11:13 am
Forum: Customization
Topic: Pick point and get Node id
Replies: 3
Views: 6387

Re: Pick point and get Node id

I need to assign the condition on many points once (nodes after mesh) with a field value of a specific (user's option) node number, so to write on data file the solver command that these nodes (assigned with the condition) have the same displacement with the particular node. Solver can "underst...
by theokart
Mon Mar 20, 2017 5:11 pm
Forum: Customization
Topic: Pick point and get Node id
Replies: 3
Views: 6387

Pick point and get Node id

Dear GiD Team, Is it possible through a condition window in a specific field to pick a point (e.g. with tkwidget GidUtils::TkwidgetPickPoint) and then get the corresponding NODE id number to use it on bas files? Or any other easy way to get a node number through a condition FIELD (Obviously, not nec...
by theokart
Thu Oct 06, 2016 4:55 pm
Forum: Customization
Topic: Results on element nodes
Replies: 1
Views: 3109

Results on element nodes

Is it possible to write results directly to element nodes in global coordinates ? for instance I have nodal forces (Fx.Fy.Fz) for each solid element but if I use Gauss points (+/- 1) they are printed in local coordinates instead.