setC method

Pointer<MeshC> setC(
  1. MeshC o
)

Implementation

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