<div dir="ltr"><div dir="ltr">Dear Myeong,<div><br></div><div>Here is a requested enhancement to C++ SAI:</div><div><br></div><div>1.  Return "this" from set...() methods instead of void.</div><div>2.  Return "this" from add...() methods instead of void.</div><div><br></div><div>This will make the C++ SAI more like the Java SAI, X3DJSAIL.</div><div><br></div><div>I do not know about any security implications of this, but if you are calling with "this", then it's no more of a security hole than returning void.</div><div><br></div><div>I thought about addChild versus addChildren, and realized I could probably use addChildren with one child parameter.  My suggestion will allow for more heterogeneous add...()  method calls with the above, and will ensure child order.    AddChildren is still available for those who want to do batching.</div><div><br></div><div>Above all, this will allow for more styles of programming.</div><div><br></div><div>Thanks for considering this,</div><div><br></div><div>John</div></div></div>