Legacy Functions   

<<< Go Tokens and Error Codes Chapters ZIndex >>>

Contents

[back to top]


J.1 Introduction

The Frustrum and Graphical Output functions documented in this appendix relate to functionality required only by routines defined in Parasolid’s previous interface, the Kernel Interface (KI).

 

Note: These functions are documented for legacy purposes only, and should not be implemented for new Parasolid applications.

[back to top]


J.2 Pixel drawing functions

These functions were required to process pixel data generated by the KI function RRPIXL.

 

Function

Description

For more information

GOOPPX

Open output of encoded pixel data

PK_GOOPPX_f_t

GOPIXL

Output encoded pixel data

PK_GOPIXL_f_t

GOCLPX

Close output of encoded pixel data

PK_GOCLPX_f_t

[back to top]


J.3 Rollback file handling functions

These functions were required to handle files generated by the KI session rollback functionality.

 

Function

Description

For more information

FFOPRB

Open rollback file

PK_FFOPRB_f_t

FFSEEK

Reset file pointer

PK_FFSEEK_f_t

FFTELL

Output file pointer

PK_FFTELL_f_t

 

[back to top]

<<< Go Tokens and Error Codes Chapters ZIndex >>>