I want to control surfaces or objects by cage editor, I read a sample from "http://wiki.mcneel.com/developer/sdksamples/cageedit ". It was wrote by c++ , but I need c# one.Although I tried to change the code by myself, there were some problems caused it didn’t work properly. Can u give me a hand?
I guess it was caused by some wrong translations from c++ -> c#. For example , I don’t know how to change following code to c#
1.ON_Line line;
rc = RhinoGetLine( CArgsRhinoGetLine(), line );