Functions | |
void | mdlDynamic_loadElement (MSElementP el, DgnModelRefP modelRef, UInt32 filePos) |
Loads MicroStation's internal dynamic buffer from an element. More... | |
void | mdlDynamic_setElmDescr (MSElementDescrP dynDscr) |
Loads MicroStation's internal dynamic buffer from an element descriptor. More... | |
void mdlDynamic_loadElement | ( | MSElementP | el, |
DgnModelRefP | modelRef, | ||
UInt32 | filePos | ||
) |
Loads MicroStation's internal dynamic buffer from an element.
[in] | el | pointer to element |
[in] | modelRef | element source |
[in] | filePos | file position |
void mdlDynamic_setElmDescr | ( | MSElementDescrP | dynDscr | ) |
Loads MicroStation's internal dynamic buffer from an element descriptor.
The element descriptor can either contain a single element, a complex element, or a list of unrelated (possibly complex) elements.
[in] | dynDscr | ptr to element descr to load |