detach method

dynamic detach()

Implementation

detach() {
  object = null;
  this.visible = false;
  axis = null;

  return this;
}