|
[Sponsors] |
[General] GroupDatasets for more than 255 objects |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 15, 2017, 10:39 |
GroupDatasets for more than 255 objects
|
#1 |
New Member
Join Date: Feb 2017
Posts: 2
Rep Power: 0 |
Hi!
I am new with paraview and I face a problem. I developped a code that generates a python script to run in Paraview in order to visualise the results. I have a lot of disks sources that I want to group together to make operations on it such as "cut by slices" etc... I use the function GroupDatasets(disk1,disk2...). But when I exceed more than 255 parameters the python console yell at me "SyntaxError: more than 255 arguments". And this function cannot take a list of sources as a parameter... Any ideas ? |
|
February 16, 2017, 06:44 |
|
#2 |
New Member
Join Date: Feb 2017
Posts: 2
Rep Power: 0 |
Finally found :
groupDatasets1 = GroupDatasets(Input=[object1, object2...]) with as many objects as you want |
|
Tags |
groupdatasets, paraview, python, script |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Multiple Floating Objects with 6DoF in OF 2.3.0 | tyoung | OpenFOAM Running, Solving & CFD | 23 | June 11, 2024 02:13 |
Multiple floating objects using InterDyMFoam and sixDoFRigidBodyMotion solver | FloatingSolar | OpenFOAM Running, Solving & CFD | 4 | December 29, 2020 12:09 |
Update FOAM objects after new solver run | peterTr | OpenFOAM Programming & Development | 1 | May 11, 2017 17:26 |
[Other] mesh generation for sloping objects | yuyingyuni | ANSYS Meshing & Geometry | 0 | March 15, 2013 03:46 |
Error in CFX Solver | Leuchte | CFX | 5 | November 6, 2010 07:12 |