How can one fetch geometries of composite objects?
Steps :
Load a model in viewer.
Select an composite-object(icon:
Composite Object
, dbid:1234
) of viewer.Now, How can I get geometries(icon:
Geometry
) of this composite objects?
Note: The current solution I have is to iterate the following ids incrementally until I find a next composite-object
, which is generally the case.