C3DFile Library

Previous  Next

 

The C3DFile Extension Library contains functions to open and read data or create C3D files.  Data is read into arrays and can then be processed using MyBASIC2.  For more advanced C3D file access, use the C3D Extension Library. 

 

Note that Points, Channels and Files are offset 1, i.e.  first Point and File are always 1 no matter of the BASE option.  Arrays are always indexed using current OPTION BASE setting.

 

Functions and Properties

 

Open and Create
File Description
No of Frames
No of Analog Frames
Frame Rates
Units
Parameters
3D Position
Analog Data

 

To use the library, include the following in your code

 

$INCLUDE "MyBASIC2_C3DFile"

$LIBRARY "MyBASIC2_C3DFileLib"