The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to work with object before executing process
carbourator
Member Posts: 7 Contributor II
Hello,
is there a way how to work with object right after connection to input port? I want something like your Aggregate operator-I need to take a look at the input object and offer all its members to user who would choose which members shall go to the output. Is this possible?
Thank you
Oh and the input object is not ExampleSet, I guess that makes it more complicated
is there a way how to work with object right after connection to input port? I want something like your Aggregate operator-I need to take a look at the input object and offer all its members to user who would choose which members shall go to the output. Is this possible?
Thank you
Oh and the input object is not ExampleSet, I guess that makes it more complicated
0
Answers
you can write your own operator and add your needed functionality to your own extension. Or you can use the "Execute Script"-Operator where you can access your input and do whatever you want. As a language you have to use Groovy. In the documentation of the "Execute Script"-Operator you can look up how to access the input etcpp.
Martch