This section describes the
Bartels User Language index variable types for the
CAM View data access (CV).
CV_DATASET - CAM View Data Set
The CV_DATASET index variable type provides access to the currently loaded CAM View data sets. The structure definition of CV_DATASET is:
index CV_DATASET { // Data Set
int IDX; // Data Set Index
int TYP; // Data Set Type
int LLAYER; // Data Set Line Layer (LAY1)
int FLAYER; // Data Set Flash Layer (LAY1)
double XOFF; // Data Set X Offset (STD2)
double YOFF; // Data Set Y Offset (STD2)
int MIRROR; // Data Set Mirror Flag (STD14)
string NAME; // Data Set File Name
};
CAM View Index Description (CV) © 1985-2024 Oliver Bartels F+E • Updated: 25 June 2010, 21:23 [UTC]
|