KeyShot Forum

Technical discussions => Extending KeyShot => Scripting => Topic started by: Peticel on March 01, 2019, 01:36:47 AM

Title: Delete geometry through script
Post by: Peticel on March 01, 2019, 01:36:47 AM
Hi.

Is it possible to delete only parts of a scene using a script? I'm trying to delete all hidden geometry.

I had no luck with clearGeometry(...) as that deletes everything regardless if it is locked or not.

removeModelSet(...) says that the scene node is not a model set

Thank you!