You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm testing reverse input.
However, I show the error message for 'Self' keyword.
Error message like this in command window,
File "D:\KFE\tool\GEOUNED\GEOUNED-main\testing\MCNP_Reverse\run1.py", line 7, in
geo.export_cad(
TypeError: CsgToCad.export_cad() missing 1 required positional argument: 'self'
I can not find this keyword in the user's guide.
What is this?
And, how to definition material on each cell?
Would you send some examples?
The text was updated successfully, but these errors were encountered:
It seems your are not calling correclty the "export_cad()" modules.
with the script geouned you will be able to run the geouned code as a command line geouned -i configfile --reverse (use the reverse option to convert CSG to CAD).
Example of json CSG to CAD config files can be found in the folder test
In the CSG to CAD confing file you will have to define the size of the region containing your geometry (the "bounding_box" keyword). The parameters of the box are xmin, ymin, zmin, xmax, ymax, zmax (with mm as units)
Now I'm testing reverse input.
However, I show the error message for 'Self' keyword.
Error message like this in command window,
File "D:\KFE\tool\GEOUNED\GEOUNED-main\testing\MCNP_Reverse\run1.py", line 7, in
geo.export_cad(
TypeError: CsgToCad.export_cad() missing 1 required positional argument: 'self'
I can not find this keyword in the user's guide.
What is this?
And, how to definition material on each cell?
Would you send some examples?
The text was updated successfully, but these errors were encountered: