api-issue-tracker icon indicating copy to clipboard operation
api-issue-tracker copied to clipboard

```DefinitionsList.load(path, allow_newer: true)``` documentation erroneously states that allow_newer defaults to true.

Open CAUL2000 opened this issue 1 year ago • 0 comments

The documentation for DefinitionsList.load(path, allow_newer: true) claims that allow_newer: defaults to true. However, loading a 2024 component inside Sketchup 2023 with ...definitions.load(path) raises the following error:

Error: #<RuntimeError: Model is of a newer model version that can be opened, but some information might be lost. Use `allow_newer: true` option to load the file.>

CAUL2000 avatar Aug 26 '24 08:08 CAUL2000