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

SetModelIsLocked(False) in Bake.ToSAP #66

Open
shep4rd opened this issue May 26, 2018 · 0 comments
Open

SetModelIsLocked(False) in Bake.ToSAP #66

shep4rd opened this issue May 26, 2018 · 0 comments

Comments

@shep4rd
Copy link

shep4rd commented May 26, 2018

First, great thanks for CORE team for developing DynamoSAP. It's be really useful for me last months.

I'm working on a project where a great number of files has to be generated. I haven't found any other way to create new models and run analysis in a loop than unlock the model. I think it can be achieved with a single line of code in Bake.ToSAP

if (mySapModel.GetModelIsLocked()) { mySapModel.SetModelIsLocked(false); }

Hope it is helpful.

BR, Mario

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

1 participant