Gets the left profile edge.
- Parameters
-
- Returns
- The left profile edge.
Gets the maximum gap width.
- Parameters
-
- Returns
- The maximum gap width.
Gets the reference edge side.
- Parameters
-
- Returns
- The reference edge side.
Gets the right profile edge.
- Parameters
-
- Returns
- The right profile edge.
kStatus GoProfilePanel_SetMaxGapWidth |
( |
GoProfilePanel |
tool, |
|
|
k64f |
width |
|
) |
| |
Sets the maximum gap width.
- Parameters
-
- Returns
- Operation status.
kStatus GoProfilePanel_SetRefEdgeSide |
( |
GoProfilePanel |
tool, |
|
|
GoProfilePanelSide |
side |
|
) |
| |
Sets the reference edge side.
- Parameters
-
- Returns
- Operation status.
Sets the profile data source.
- Parameters
-
- Returns
- Operation status.
Gets the profile data source.
- Parameters
-
- Returns
- The profile data source.
Retrieves the first found instance of a measurement for a given type.
- Parameters
-
tool | GoTool object. |
type | A GoMeasurementType representing the measurement type to find in the given tool. |
- Returns
- A measurement object if one is found, otherwise kNULL.
Retrieves the measurement at the given index.
- Parameters
-
tool | GoTool object. |
index | The index of the measurement. |
- Returns
- The measurement.
kSize GoTool_MeasurementCount |
( |
GoTool |
tool | ) |
|
|
inherited |
Returns the measurement count.
- Parameters
-
- Returns
- The measurement count.
kStatus GoTool_Name |
( |
GoTool |
tool, |
|
|
kChar * |
name, |
|
|
kSize |
capacity |
|
) |
| |
|
inherited |
Retrieves the name of the tool.
- Parameters
-
tool | GoTool object. |
name | Receives the name of the tool. |
capacity | The maximum capacity of the name array. |
- Returns
- Operation status.
kStatus GoTool_SetName |
( |
GoTool |
tool, |
|
|
const kChar * |
name |
|
) |
| |
|
inherited |
Sets the name of the tool.
- Parameters
-
tool | GoTool object. |
name | The name to be set for the tool. |
- Returns
- Operation status.
The documentation for this class was generated from the following file: