Everything related to SDK.
User avatar
By victor
#15634
byte error_callback( byte iserror, const char *pmethod, const char *string, const void *data)
{
char buffer[256];

if (iserror)
sprintf(buffer, "Error %s: %s", pmethod, string);
else
sprintf(buffer, "Warning %s: %s", pmethod, string);

// print buffer somehow

return true;
}

// Maxwell
Cmaxwell *maxwell = new Cmaxwell( error_callback );

Greetings, One of my users with Sketchup 2025 (25[…]

Maxwell Rhino 5.2.6.8 plugin with macOS Tahoe 26

Good morning everyone, I’d like to know if t[…]

Sketchup 2026 Released

Sketchup has released 2026 version today. When may[…]

Help with swimming pool water

I've had closer look at the pool image above. I[…]