Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify that an InputArgument of a method can have multiple istances #96

Open
andreafresa opened this issue Apr 15, 2020 · 1 comment
Open

Comments

@andreafresa
Copy link

andreafresa commented Apr 15, 2020

Hello guys,
I have an ObjectType with a method. The method has an input argument. This input argument can be repeated multiple times.
For example:
Imagine to have function MoveJoints for a RobotArm Information Model. The InputArgument is the JointAngle and the number of the InputArguments depends from the number of Joints in the RobotArm.

@zerox1212
Copy link
Collaborator

zerox1212 commented Apr 15, 2020

Can't you just make the input argument take an array?

Also be aware that building methods in modeler is very limited. I don't think anyone took the time to make a proper GUI for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants