Our 3D CAD supplier models have been moved to 3Dfindit.com, the new visual search engine for 3D CAD, CAE & BIM models.
You can log in there with your existing account of this site.
The content remains free of charge.
The partial search is active by default.
However, the
fingerprints for the partial search for a catalog are only created if
configured. To create the fingerprints for the catalog "mycatalog", for
example, set the following key in geomsearch.cfg
:
PartialSearchCatalogs=cat/mycatalog
If you want to set more than one catalog, separate the entries by comma.
This setting applies to every way fingerprints can be created.
Finally create the geometrical index for the whole catalog.
[PartialSearchAccuracies] Accurate=0.02,Accurate Intermediate=0.07,Intermediate Rough=0.15,Rough
First value is similarity (0.10 = 10%) and second value is the visible name in application (translatable in .def).
The generation of fingerprints for the partial search is significantly more time consuming than the generation of normal fingerprints. Furthermore the fingerprints need more disk space. That's why they are not generated by default for all catalogs.
The index is located in $CADENAS_DATA/index/cat/cat_<catalogname>/partial. It contains the following files:
After an update three more files are created:
It is built up similar to the normal GeoSearch. Instead of the linear index it uses a fast search index (.edx).
The size of the caches can be altered in the blocks CACHEV2_PARTIAL_SEARCH_32 resp. CACHEV2_PARTIAL_SEARCH_64. Rule of thumb: SampleLineCacheSize has the lowest priority. Adding a valid filename under LogFileName will write cache information after each search. These can be used to distribute the memory optimal.