Gocator API
|
Represents a ...
Public Member Functions | |
k64f | GoProfileGroove_MaxWidth (GoProfileGroove tool) |
Gets the groove width maximum. More... | |
k64f | GoProfileGroove_MinDepth (GoProfileGroove tool) |
Gets the groove depth minimum. More... | |
k64f | GoProfileGroove_MinWidth (GoProfileGroove tool) |
Gets the groove width minimum value. More... | |
GoProfileRegion | GoProfileGroove_Region (GoProfileGroove tool) |
Gets the profile region. More... | |
kStatus | GoProfileGroove_SetMaxWidth (GoProfileGroove tool, k64f width) |
Sets the groove width maximum. More... | |
kStatus | GoProfileGroove_SetMinDepth (GoProfileGroove tool, k64f depth) |
Sets the groove depth minimum. More... | |
kStatus | GoProfileGroove_SetMinWidth (GoProfileGroove tool, k64f width) |
Sets the groove width minimum. More... | |
kStatus | GoProfileGroove_SetShape (GoProfileGroove tool, GoProfileGrooveShape shape) |
Sets the groove determination shape. More... | |
GoProfileGrooveShape | GoProfileGroove_Shape (GoProfileGroove tool) |
Gets the current groove determination shape. More... | |
k32u | GoProfileGrooveDepth_SelectIndex (GoProfileGrooveDepth measurement) |
Gets the current selected groove index. More... | |
GoProfileGrooveSelectType | GoProfileGrooveDepth_SelectType (GoProfileGrooveDepth measurement) |
Gets the current groove selection type. More... | |
kStatus | GoProfileGrooveDepth_SetSelectIndex (GoProfileGrooveDepth measurement, k32u selectN) |
Sets the selected groove index. More... | |
kStatus | GoProfileGrooveDepth_SetSelectType (GoProfileGrooveDepth measurement, GoProfileGrooveSelectType selectType) |
Sets the groove selection type. More... | |
k32u | GoProfileGrooveWidth_SelectIndex (GoProfileGrooveWidth measurement) |
Gets the current selected groove index. More... | |
GoProfileGrooveSelectType | GoProfileGrooveWidth_SelectType (GoProfileGrooveWidth measurement) |
Gets the current groove selection type. More... | |
kStatus | GoProfileGrooveWidth_SetSelectIndex (GoProfileGrooveWidth measurement, k32u selectN) |
Sets the selected groove index. More... | |
kStatus | GoProfileGrooveWidth_SetSelectType (GoProfileGrooveWidth measurement, GoProfileGrooveSelectType selectType) |
Sets the groove selection type. More... | |
k32u | GoProfileGrooveX_SelectIndex (GoProfileGrooveX measurement) |
Gets the current selected groove index. More... | |
GoProfileGrooveSelectType | GoProfileGrooveX_SelectType (GoProfileGrooveX measurement) |
Gets the current groove selection type. More... | |
kStatus | GoProfileGrooveX_SetSelectIndex (GoProfileGrooveX measurement, k32u selectN) |
Sets the selected groove index. More... | |
kStatus | GoProfileGrooveX_SetSelectType (GoProfileGrooveX measurement, GoProfileGrooveSelectType selectType) |
Sets the groove selection type. More... | |
k32u | GoProfileGrooveZ_SelectIndex (GoProfileGrooveZ measurement) |
Gets the current selected groove index. More... | |
GoProfileGrooveSelectType | GoProfileGrooveZ_SelectType (GoProfileGrooveZ measurement) |
Gets the current groove selection type. More... | |
kStatus | GoProfileGrooveZ_SetSelectIndex (GoProfileGrooveZ measurement, k32u selectN) |
Sets the selected groove index. More... | |
kStatus | GoProfileGrooveZ_SetSelectType (GoProfileGrooveZ measurement, GoProfileGrooveSelectType selectType) |
Sets the groove selection type. More... | |
kStatus | GoProfileTool_SetSource (GoProfileTool tool, GoDataSource source) |
Sets the profile data source. More... | |
GoDataSource | GoProfileTool_Source (GoProfileTool tool) |
Gets the profile data source. More... | |
GoMeasurement | GoTool_FindMeasurementByType (GoTool tool, GoMeasurementType type) |
Retrieves the first found instance of a measurement for a given type. More... | |
GoMeasurement | GoTool_MeasurementAt (GoTool tool, kSize index) |
Retrieves the measurement at the given index. More... | |
kSize | GoTool_MeasurementCount (GoTool tool) |
Returns the measurement count. More... | |
kStatus | GoTool_Name (GoTool tool, kChar *name, kSize capacity) |
Retrieves the name of the tool. More... | |
kStatus | GoTool_SetName (GoTool tool, const kChar *name) |
Sets the name of the tool. More... | |
k64f GoProfileGroove_MaxWidth | ( | GoProfileGroove | tool | ) |
Gets the groove width maximum.
tool | GoProfileGroove object. |
k64f GoProfileGroove_MinDepth | ( | GoProfileGroove | tool | ) |
Gets the groove depth minimum.
tool | GoProfileGroove object. |
k64f GoProfileGroove_MinWidth | ( | GoProfileGroove | tool | ) |
Gets the groove width minimum value.
tool | GoProfileGroove object. |
GoProfileRegion GoProfileGroove_Region | ( | GoProfileGroove | tool | ) |
kStatus GoProfileGroove_SetMaxWidth | ( | GoProfileGroove | tool, |
k64f | width | ||
) |
Sets the groove width maximum.
tool | GoProfileGroove object. |
width | The maximum groove width value to set. |
kStatus GoProfileGroove_SetMinDepth | ( | GoProfileGroove | tool, |
k64f | depth | ||
) |
Sets the groove depth minimum.
tool | GoProfileGroove object. |
depth | The minimum groove depth value to set. |
kStatus GoProfileGroove_SetMinWidth | ( | GoProfileGroove | tool, |
k64f | width | ||
) |
Sets the groove width minimum.
tool | GoProfileGroove object. |
width | The minimum groove width value to set. |
kStatus GoProfileGroove_SetShape | ( | GoProfileGroove | tool, |
GoProfileGrooveShape | shape | ||
) |
Sets the groove determination shape.
tool | GoProfileGroove object. |
shape | The intended profile groove shape. |
GoProfileGrooveShape GoProfileGroove_Shape | ( | GoProfileGroove | tool | ) |
Gets the current groove determination shape.
tool | GoProfileGroove object. |
k32u GoProfileGrooveDepth_SelectIndex | ( | GoProfileGrooveDepth | measurement | ) |
Gets the current selected groove index.
measurement | GoProfileGrooveDepth object. |
GoProfileGrooveSelectType GoProfileGrooveDepth_SelectType | ( | GoProfileGrooveDepth | measurement | ) |
Gets the current groove selection type.
measurement | GoProfileGrooveDepth object. |
kStatus GoProfileGrooveDepth_SetSelectIndex | ( | GoProfileGrooveDepth | measurement, |
k32u | selectN | ||
) |
Sets the selected groove index.
measurement | GoProfileGrooveDepth object. |
selectN | The selected groove index. |
kStatus GoProfileGrooveDepth_SetSelectType | ( | GoProfileGrooveDepth | measurement, |
GoProfileGrooveSelectType | selectType | ||
) |
Sets the groove selection type.
measurement | GoProfileGrooveDepth object. |
selectType | The profile groove type. |
k32u GoProfileGrooveWidth_SelectIndex | ( | GoProfileGrooveWidth | measurement | ) |
Gets the current selected groove index.
measurement | GoProfileGrooveWidth object. |
GoProfileGrooveSelectType GoProfileGrooveWidth_SelectType | ( | GoProfileGrooveWidth | measurement | ) |
Gets the current groove selection type.
measurement | GoProfileGrooveWidth object. |
kStatus GoProfileGrooveWidth_SetSelectIndex | ( | GoProfileGrooveWidth | measurement, |
k32u | selectN | ||
) |
Sets the selected groove index.
measurement | GoProfileGrooveWidth object. |
selectN | The selected groove index. |
kStatus GoProfileGrooveWidth_SetSelectType | ( | GoProfileGrooveWidth | measurement, |
GoProfileGrooveSelectType | selectType | ||
) |
Sets the groove selection type.
measurement | GoProfileGrooveWidth object. |
selectType | The profile groove type. |
k32u GoProfileGrooveX_SelectIndex | ( | GoProfileGrooveX | measurement | ) |
Gets the current selected groove index.
measurement | GoProfileGrooveX object. |
GoProfileGrooveSelectType GoProfileGrooveX_SelectType | ( | GoProfileGrooveX | measurement | ) |
Gets the current groove selection type.
measurement | GoProfileGrooveX object. |
kStatus GoProfileGrooveX_SetSelectIndex | ( | GoProfileGrooveX | measurement, |
k32u | selectN | ||
) |
Sets the selected groove index.
measurement | GoProfileGrooveX object. |
selectN | The selected groove index. |
kStatus GoProfileGrooveX_SetSelectType | ( | GoProfileGrooveX | measurement, |
GoProfileGrooveSelectType | selectType | ||
) |
Sets the groove selection type.
measurement | GoProfileGrooveX object. |
selectType | The profile groove type. |
k32u GoProfileGrooveZ_SelectIndex | ( | GoProfileGrooveZ | measurement | ) |
Gets the current selected groove index.
measurement | GoProfileGrooveZ object. |
GoProfileGrooveSelectType GoProfileGrooveZ_SelectType | ( | GoProfileGrooveZ | measurement | ) |
Gets the current groove selection type.
measurement | GoProfileGrooveZ object. |
kStatus GoProfileGrooveZ_SetSelectIndex | ( | GoProfileGrooveZ | measurement, |
k32u | selectN | ||
) |
Sets the selected groove index.
measurement | GoProfileGrooveZ object. |
selectN | The selected groove index. |
kStatus GoProfileGrooveZ_SetSelectType | ( | GoProfileGrooveZ | measurement, |
GoProfileGrooveSelectType | selectType | ||
) |
Sets the groove selection type.
measurement | GoProfileGrooveZ object. |
selectType | The profile groove type. |
|
inherited |
Sets the profile data source.
tool | GoProfileTool object. |
source | GoDataSource object. |
|
inherited |
|
inherited |
Retrieves the first found instance of a measurement for a given type.
tool | GoTool object. |
type | A GoMeasurementType representing the measurement type to find in the given tool. |
|
inherited |
Retrieves the measurement at the given index.
tool | GoTool object. |
index | The index of the measurement. |
|
inherited |
|
inherited |
Retrieves the name of the tool.
tool | GoTool object. |
name | Receives the name of the tool. |
capacity | The maximum capacity of the name array. |
|
inherited |
Sets the name of the tool.
tool | GoTool object. |
name | The name to be set for the tool. |