C# (CSharp) ZAnalysis Namespace

Classes

Name Description
Crc32 The openNURBS toolkit (C++) has a ON_CRC32 function that could normally be used to compute a CRC checksum. But the function was not exported to the .NET SDK. But, this class should do nicely.
ZAnalysisOff
ZAnalysisOn
ZAnalysisPlugIn Every Rhino.NET Plug-In must have one and only one MRhinoPlugIn derived class. DO NOT create an instance of this class. It is the responsibility of Rhino.NET to create an instance of this class and register it with Rhino.
ZAnalysisPlugInAttributes
ZAnalysisVAM Like command classes, Rhino will create your MRhinoVisualAnalysisMode-inherited classes for you automatically. So it is critical that this class be declared as public.