to thomthom
I interest to use EntitiesObserver.onElementModified or EntityObserver.onChangeEntity to check face entity has modified or not?
But after I read the illustrate under both method from https://developers.google.com/sketchup/docs/ourdoc/entitiesobserver ("The onElementModified method is invoked whenever one or more elements in the collection are modified.") and https://developers.google.com/sketchup/docs/ourdoc/entityobserver ("The onChangeEntity method is invoked when your entity is modified.")
I can not understand the scope of meaning of modified state of face entity. The word "modified" mean scaling, moving, reverse, split or more. I am new in programming, please suggestion.
Hope you will understand my question?