Show (control) points for a mesh

Okay this one is slightly different.
I’m almost there

Above, I had to manually call PointsOn command on the cube to get the points to display. How do I do this via programmatic plugin (C++) code?

Hi @gccdragoonkain,

Use CRhinoGetObject::EnableGrips.

– Dale