public bool SetPoint3dOnObject(int id, ObjRef objref, Rhino.Geometry.Point3d value) { IntPtr pThis = NonConstPointer(); IntPtr pConstObjRef = objref.ConstPointer(); return UnsafeNativeMethods.CRhinoHistory_SetPoint3dOnObject(pThis, id, pConstObjRef, value); }
public bool SetObjRef(int id, ObjRef value) { IntPtr pThis = NonConstPointer(); IntPtr pConstObjRef = value.ConstPointer(); return UnsafeNativeMethods.CRhinoHistory_SetObjRef(pThis, id, pConstObjRef); }