In c++ what does it mean by:
ON_PointCloud. Destroy()
What is the equivalent method in c# dot net ?
Bit confused. Please anybody give small explenation.
In c++ what does it mean by:
ON_PointCloud. Destroy()
What is the equivalent method in c# dot net ?
Bit confused. Please anybody give small explenation.
I don’t think there is a C# equivalent for the C++ Destroy
on point clouds (yet). I am sure @pascal could add that to the pile for @stevebaer (or someone else) to wrap.
I don’t see any reason for this to be available in RhinoCommon. The c++ version use would be extremely rare
Thanks Steve, I could solve the code without using it now. But now struggling to update display conduit in another post.