![]() |
Attribute Callback Functions |
<<< Indexed I/O Functions | Chapters | Frustrum Tokens and Error Codes >>> |
This appendix lists the attribute callback functions that can be implemented to replace or extend the normal attribute handling process in Parasolid.
Further information on the use and effects of attribute callback functions can be found in the following chapters of the Parasolid Functional Description:
The attribute callback functions must be registered with Parasolid by calling the PK function PK_ATTDEF_register_cb, at any time during a Parasolid session.
The functions can then be enabled and disabled during a modelling session by the PK function PK_ATTDEF_set_callback_flags.
This section lists the attribute callback functions that you can register during a Parasolid session. You do not need to register all of these callback functions; if there are any you do not wish to use, then set the relevant field in the
callbacks
structure passed to PK_ATTDEF_register_cb to
null
.
Note: In the following list, the function names given are purely nominal, as the functions are registered by the call to PK_ATTDEF_register_cb. |
<<< Indexed I/O Functions | Chapters | Frustrum Tokens and Error Codes >>> |