![]() |
Public API Reference |
#include <mdldata.h>
Inheritance diagram for iModelDataObject:
Public Methods | |
virtual iObject * | QueryObject ()=0 |
Query the iObject for the model data. More... | |
virtual iModelDataVertices * | GetDefaultVertices () const=0 |
Return the default vertex set. More... | |
virtual void | SetDefaultVertices (iModelDataVertices *)=0 |
Set the default vertex set. More... |
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).
Definition at line 315 of file imesh/mdldata.h.
|
Return the default vertex set.
|
|
Query the iObject for the model data.
|
|
Set the default vertex set.
|