McNeel Wiki
What about: Discrepancies between the different SDK's
edit · print · help · all topics
Main Pages

AccuRender

Bongo

Brazil r/s

Developer

Flamingo

Penguin

Rhino Blogs

Rhino

Rhino Labs

Search

Languages

Česky

Deutsch

English

Español

Français

Italiano

Polish

日本語

한국어

中文(繁體)

 
.
Developer.NET (V3)
VersionRhino 3
SummaryList the differences between the C++ SDK and the Rhino 3 .NET SDK.

Rhino 3 discrepancies

OnUserData The .NET SDK does not provide methods for dealing with OnUserData
RhinoObject The .NET SDK prohibits classes to be derived from CRhinoObject
Operators VB.NET framework cannot at this time translate operators such as + or * into function calls. You have to use the op_Operator calls like this: OnXform.op_Multiply(OnXForm, On3DPoint). C# on the other hand will permit function calls like On3DPoint myPoint = xform * pt;
MRhinoMouseCallback This class was never fully implemented. I think this also holds true for the C++ SDK (if I understood it correctly), so it may not be a discrepancy.
MRhinoAnnotationText This class's SetAnnotation() member function in not available to the .NET SDK. SetAnnotation() is needed due to some code in Rhino that does not allow us to call SetString() instead.
MRhinoSelCommand Class not available in .NET SDK.
MRhinoTestCommand Class not available in .NET SDK.
MRhinoDoc.Properties() This member function is not available in .NET SDK.

topic started by David Rutten

rename · changes · history · subscriptions · lost and found · references · file upload