x

ADONIS:
Version 3.90.4 (Released at 04/07/2024)
- Bug in interface save/read is fixed.
- Bug in mesh generation action has been fixed.

HYRCAN:
Version 2.0.13 (Released at 02/03/2024)
- To allow users to import CAD files using scripting, the importmodel command is introduced.
- Program's webhelp has been reformatted.


import script(Read 6677 times)
import script on: December 03, 2018, 01:10:35 am
Hello,
I have a problem to the import of a script. I need to import a topographical profile from Autocad into Adonis, but I do not know how to do it. I downloaded Notepad ++ and I tried to save the profile in .ajs format, but I can not import it into Adonis. Can someone help me? I would also like to know where you can find a more complete Adonis manual, since the one here is useless. Thank you.



Re: import script Reply #1 on: December 03, 2018, 07:51:17 am
you can not import CAD file into ADONIS. Notepad++ is for only editing the existing scripts or creating the new one based on provided command that can be executed by program.

you need to create the geometry inside the ADONIS and unfortunately right now there is no subroutine to import external geometry. In the future I might be able to add this capability.