opensourceBIM / ClashDetectionService

A BIMserver plugin that does basic clash detection
4 stars 6 forks source link

Fix ClashDetectionService #4

Closed tchegito closed 5 years ago

tchegito commented 5 years ago

This pull request uncomments the unit test, and make it working. It doesn't find any clashes in the standard IFC model but at least, it doesn't throw exceptions anymore.

Several notes:

Changes in BIMServer:

    public void canWriteExtendedData(long roid) throws UserException {
        if (false && getWriteExtendedDataRoid() != roid) {
            throw new UserException("No rights to write extended data to revision");
        }
    }

Changes in PluginBase (to rehabilitate OfflineGeometry

PluginBase_offlineGeometry_patch.txt