Dear OpenSees community,
I currently started using OpenSees for research purposes and want to program an object orientated programm in tcl with all methods including in OpenSees. Basically I wish to use all given methods in OpenSees but want to create objects (and classes) aswell. Is this possible or is OpenSees only usable as a procedure? I'm not familiar with the complete structure of OpenSees so please excuse my inexperience.
Kind regards
Thivya
Object orientated programming in Tcl
Moderators: silvia, selimgunay, Moderators
Re: Object orientated programming in Tcl
As of version 8.6, tcl supports OOP. But I suggest you to use C# or Java for OOP where you can easily create tcl scripts that you can run in Opensees environment.
Re: Object orientated programming in Tcl
batuturk wrote:
> As of version 8.6, tcl supports OOP. But I suggest you to use C# or Java for OOP
> where you can easily create tcl scripts that you can run in Opensees environment.
Hello,
thank you for your reply. I will consider your suggestion
> As of version 8.6, tcl supports OOP. But I suggest you to use C# or Java for OOP
> where you can easily create tcl scripts that you can run in Opensees environment.
Hello,
thank you for your reply. I will consider your suggestion