1 %extend SoSFPlane {
setValue(const SoSFPlane * other)2   void setValue(const SoSFPlane * other) { *self = *other; }
3 }
4