detach method
dynamic
detach()
Implementation
detach() {
object = null;
this.visible = false;
axis = null;
return this;
}
detach() {
object = null;
this.visible = false;
axis = null;
return this;
}