mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-11 10:53:45 +01:00
revert fuzzy value
This commit is contained in:
parent
db7a74c9a4
commit
34b2733807
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ export function createOCCUtils(ctx: CoreContext): OCCUtils {
|
|||
return targetName;
|
||||
}).filter(targetName => !!targetName);
|
||||
|
||||
oci.bfuzzyvalue(0.01);
|
||||
oci.bfuzzyvalue(0.0001);
|
||||
oci.bclearobjects();
|
||||
oci.bcleartools();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue