Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
OpenSource
/
dc-sdk
miroir de
https://github.com/dvt3d/dc-sdk
Suivre
4
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
92
Wiki
Activité
Parcourir la source
add plot stop functional
tags/2.12.0
Caven Chen
il y a 3 ans
Parent
f32f0d3ea8
révision
26b9dd7673
1 fichiers modifiés
avec
12 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
12
0
modules/plot/Plot.js
+ 12
- 0
modules/plot/Plot.js
Voir le fichier
@@ -188,6 +188,18 @@ class Plot {
return this
}
/**
*
* @return {Plot}
*/
stop() {
if (this._currentWorker) {
this._currentWorker.stop()
}
this._currentWorker = null
return undefined
}
/**
*
* @returns {Plot}
Écrire
Aperçu
Chargement…
Annuler
Enregistrer