Hello!
I noticed that the current implementation of public static DatabaseIfc ParseString(string str) will return an empty database for the STEP format, but in this awesome library, there are some internal methods that will take care of such cases.
So I propose this change, which is rather small, yet fixes method behavior.
I also made a quick test for this fix, to ensure what files get to be parsed equally from files and from ParseString:
testcase
Hello! I noticed that the current implementation of
public static DatabaseIfc ParseString(string str)
will return an empty database for the STEP format, but in this awesome library, there are some internal methods that will take care of such cases.So I propose this change, which is rather small, yet fixes method behavior.
I also made a quick test for this fix, to ensure what files get to be parsed equally from files and from ParseString: testcase