setD method

Pointer<MeshC> setD(
  1. MeshD o
)

Implementation

Pointer<MeshC> setD(MeshD o) {
  ref.setD(o);
  return this;
}