ST_SingleCam - General Information
Type: |
Data structure |
Available as of: |
V1.0.3.0 |
Inherits from: |
- |
Versions: |
Current version |
Data structure containing information on the segmented profile
Variable |
Data type |
Description |
---|---|---|
lrXStart |
LREAL |
X position of the cam start point |
lrYStart |
LREAL |
Y position of the cam start point |
lrXEnd |
LREAL |
X position of the cam end point |
lrYEnd |
LREAL |
Y position of the cam end point |
lrYMax |
LREAL |
Highest Y value of the cam motion points (see ST_MultiCam.astCamPoint[ ].lrY) |
lrYPeriod |
LREAL |
Y period of the cam |
diProfileId |
DINT |
Profile Id |
diUserTableId |
DINT |
Id for identifying the table during runtime (see ST_MultiCam) |
lrMStart |
LREAL |
Gradient of the cam at the start point of the section |
lrMEnd |
LREAL |
Gradient of the cam at the end point of the section |
xValidData |
BOOL |
TRUE: The data contained in the structure are valid. |