cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
talmacsi_petrolterv
Booster
since ‎2024-07-31
Friday

User Statistics

  • 17 Posts
  • 0 Solutions
  • 17 Likes given
  • 4 Likes received

User activity

Actually I have a list of coordinates (in a text/csv/excel file), and I have to position object elements (800 pcs) to the coordinates in the list.I thought that a python script could do this. I tried with the excel export/import script.But as far as ...
I can request the list of all custom properties:n = REQUEST ("PROPERTIES_OF_PARENT", "", parentProperties)This gives the guid, GroupName, PropertyName. So I know the basic info about the required property. But the value request requires "id", here:mm...
I've found that in some gdl objects there's no way to set some parameters. Because the custom interface script lacks some parameters, and there is no option to show all the parameters (without custom ui script). I could edit the gdl script, but I can...