Hi
just started a while ago with Rihno Inside , cannot figure out why the clicking point has offset from the actual point .
Some transformation is not correct ? i am a bit puzzeld why …, no wonder it doesnt return any element when ckicked
Using the Rhino Inside Demo with some points and line
any hint would be greatly appriciated
private void OnViewportMouseDown(object sender, MouseEventArgs e)
{ ObjRef point;
Rhino.Input.RhinoGet.GetOneObject("Point", false, ObjectType.Point, out point);
//or Rhino.Input.RhinoGet.GetPoint("Point", false, out point);
....
}