Skip to content

SetModelIsLocked(False) in Bake.ToSAP #66

@shep4rd

Description

@shep4rd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions