SketchUp / api-issue-tracker

Public issue tracker for the SketchUp and LayOut's APIs
https://developer.sketchup.com/
38 stars 10 forks source link

Model#delete_attribute: Is it supported? Does it work? #935

Closed Fredosixx closed 6 months ago

Fredosixx commented 6 months ago

The method Model#delete_attribute(dict, key) seems to be defined, BUT it is not mentioned explicitely in the API documentation.

And, ANYWAY, it does not work: it does not remove the attribute....

We need clarification...

thomthom commented 6 months ago

It's not part of the API no. It's one of the many unfortunate monkey patches Dynamic Component is doing.