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

BarReleases cannot be pulled from Lusas v20 #365

Closed
peterjamesnugent opened this issue Sep 12, 2023 · 0 comments · Fixed by #366
Closed

BarReleases cannot be pulled from Lusas v20 #365

peterjamesnugent opened this issue Sep 12, 2023 · 0 comments · Fixed by #366
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@peterjamesnugent
Copy link
Member

peterjamesnugent commented Sep 12, 2023

Description:

Appears to be that the .getValue("Start") is no longer working:

object[] startReleases = lusasLineMesh.getValue("start");
object[] endReleases = lusasLineMesh.getValue("end");
List<DOFType> startReleaseType = GetConstraints(startReleases);
List<DOFType> endReleaseType = GetConstraints(endReleases);

Steps to reproduce:

See test script.

Expected behaviour:

BarReleases to be read (pushing is not an issue).

Test file(s):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant