#include <mdldata.h>
Inheritance diagram for iModelDataObject:
Public Methods | |
virtual iObject* | QueryObject ()=0 |
Query the iObject for the model data. | |
virtual iModelDataVertices* | GetDefaultVertices () const=0 |
Return the default vertex set. | |
virtual void | SetDefaultVertices (iModelDataVertices *)=0 |
Set the default vertex set. |
This structure is intended for solid objects, i.e. not for lights or cameras. Children should be polygons, curves etc.
Every object contains a list of vertices. These vertices are shared between polygons (and curves if possible).