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

Lusas_Toolkit: Set model to all visible using a config object #182

Open
peterjamesnugent opened this issue Aug 19, 2019 · 2 comments
Open
Labels
severity:low Doesn't stop/slow current workflow size:S Measured in minutes type:feature New capability or enhancement

Comments

@peterjamesnugent
Copy link
Member

Description:

When pulling Result objects from Lusas, it only pulls what is visible in the GUI. So it can be useful for a user to specify what is present on screen via the adapter.

This could be done through Tags, keywords (i.e. "All") etc.

See here for initial discussion:
#181 (review)

@peterjamesnugent peterjamesnugent added type:feature New capability or enhancement severity:low Doesn't stop/slow current workflow size:S Measured in minutes labels Aug 19, 2019
@peterjamesnugent
Copy link
Member Author

Relevant line of code:
m_LusasApplication.getVisibleSet().add("All");

@peterjamesnugent
Copy link
Member Author

Also allow view to be set:
m_LusasApplication.view().setFromAxis("+X+Z");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:low Doesn't stop/slow current workflow size:S Measured in minutes type:feature New capability or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant