![]() |
Indexed I/O Functions |
<<< Application I/O Functions | Chapters | Attribute Callback Functions >>> |
A | C | D | E | F | G | I | K | L | M | O | P | R | S | T | V | W
This appendix contains the specifications of the indexed I/O (indexio) functions which can be implemented to replace or extend the normal part file handling functions in the frustrum in order to create an indexed frustrum. These functions are used during input and output of transmit files with ‘indexed i/o’ format, to allow specific faces in a part to be received into a Parasolid session, rather than requiring an entire part to be loaded.
There is further information on the use of the indexed i/o functions in Section 2.3.3, “Indexed I/O”.
The indexed I/O functions must be registered with Parasolid by calling the PK function PK_SESSION_register_indexio. This function receives a PK_SESSION_indexio_t structure that contains pointers to the functions you want to register.
You can also call PK_SESSION_ask_indexio to return a structure that contains pointers to the functions currently registered.
This section lists the indexed I/O functions that you can register during a Parasolid session.
Note: In the following list, the function names given are purely nominal, as the functions are registered by the call to PK_SESSION_register_indexio. |
<<< Application I/O Functions | Chapters | Attribute Callback Functions >>> |