Hi,
What is the C++ SDK object underlying the custom page that appears on commands like MoveUVN?
Is there a sample for creating a custom one in the McNeel github?
Many thanks,
Pablo
Hi,
What is the C++ SDK object underlying the custom page that appears on commands like MoveUVN?
Is there a sample for creating a custom one in the McNeel github?
Many thanks,
Pablo
CRhinoTabbedDockBarDialog
is the class. Search the the SampleCpp.sln
solution and you’ll find numerous examples.
– Dale
Many thanks Dale!
Pablo