Doh – should read: X3DObject.AddPolygonMesh(), not X3DObject.AddGeometry()
Matt From: [email protected] [mailto:[email protected]] On Behalf Of Matt Lind Sent: Wednesday, February 20, 2013 6:47 PM To: [email protected] Subject: RE: Way to object copy with object model script? Duplicate() or SIDuplicate() if you want a command. If you want to rebuild the whole ball of wax yourself, look into the Geometry.Get() and Geometry.Set() methods for the respective geometry types you’re working with. Example: if copying a polygon mesh, then use PolygonMesh.Get() to acquire the data, and PolygonMesh.Set() to update the data, or X3Dobject.AddGeometry() to build a new object from scratch. Matt From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Byungchul Kang Sent: Wednesday, February 20, 2013 6:38 PM To: Softimage Mailing List Subject: Way to object copy with object model script? Hello, List I want to copy a object(Polymsh, pointcloud .. ) through ObjectModel Script with Python. not CopyPaste command. any idea? Thanks Kang -- Byungchul Kang | MBC CG TEAM [http://imbc.com] http://cgndev.com

