SketchUp / api-issue-tracker

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

[Request] ComponentDefinition#manifold? #998

Open Fredosixx opened 2 months ago

Fredosixx commented 2 months ago

This method ComponentDefinition#manifold? does not exist and would make sense.

It would avoid to either rely on an existing instance of the definition, or worse, create an temporary instance of the definition, just to check if the definition is manifold.

Note that there are cases where we can manipulate a definition that does not have an instance (yet).

The existing Group#manifold? and ComponentInstance#manifold? can continue to exist.

thomthom commented 2 months ago

That's a good point, having to have an instance to make that query.

sketchup[bot] commented 2 months ago

Logged as: SKEXT-4287