You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
simnorm
changed the title
measure-tools-react "AccuDrawHintBuilder.setRotation" is internal
measure-tools-react review and fix internal api usage
Aug 30, 2024
Internal API usage should be removed, work with platform for a suitable replacement
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mclass "TelemetryEvent" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 59 │ ...nst evt = �[32mnew TelemetryEvent(feature.name, feature.guid, contex�[37m...
╵ �[32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mclass "TelemetryManager" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 60 │ await �[32mIModelApp.telemetry.postTelemetry(activity, evt)�[37m;
╵ �[32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mproperty "IModelApp.telemetry" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 60 │ await �[32mIModelApp.telemetry�[37m.postTelemetry(activity, evt);
╵ �[32m~~~~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mmethod "IModelConnection.requestSnap" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 91 │ const result = await �[32mthis.iModel.requestSnap(requestProps)�[37m;
╵ �[32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 92 │ if (�[32mresult.status�[37m !== SnapStatus.Success)
╵ �[32m~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 101 │ ...p = new SnapDetail(hit, �[32mresult.snapMode�[37m, result.heat, result.s...
╵ �[32m~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 101 │ ... SnapDetail(hit, result.snapMode, �[32mresult.heat�[37m, result.snapPoint);
╵ �[32m~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 101 │ ... SnapDetail(hit, result.snapMode, result.heat, �[32mresult.snapPoint�[37m);
╵ �[32m~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 102 │ ...urvePrimitive(parseCurve(�[32mresult.curve�[37m), undefined, result.geom...
╵ �[32m~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 102 │ ...ePrimitive(parseCurve(result.curve), undefined, �[32mresult.geomType�[37m);
╵ �[32m~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 103 │ if (undefined !== �[32mresult.parentGeomType�[37m)
╵ �[32m~~~~~~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 104 │ snap.parentGeomType = �[32mresult.parentGeomType�[37m;
╵ �[32m~~~~~~~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 105 │ if (undefined !== �[32mresult.hitPoint�[37m)
╵ �[32m~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 106 │ ...ap.hitPoint.setFromJSON(�[32mresult.hitPoint�[37m); // Update hitPoint f...
╵ �[32m~~~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 107 │ if (undefined !== �[32mresult.normal�[37m)
╵ �[32m~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1minterface "SnapResponseProps" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 108 │ snap.normal = Vector3d.fromJSON(�[32mresult.normal�[37m);
╵ �[32m~~~~~~~~~~~~~�[0m
�[33m▲ �[43;33m[�[43;30mWARNING�[43;33m]�[0m �[1mmethod "AccuDrawHintBuilder.setRotation" is internal.�[0m �[1m�[35m[plugin build-studio-app]�[0m
�[37m 94 │ �[32mhints.setRotation(mat.inverse())�[37m;
╵ �[32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~�[0m
The text was updated successfully, but these errors were encountered: