Gocator API
|
Represents a ...
Public Member Functions | |
GoMeasurement | GoSurfacePlane_XAngleMeasurement (GoSurfacePlane tool) |
Returns a GoSurfacePlane XAngle measurement object. More... | |
GoMeasurement | GoSurfacePlane_YAngleMeasurement (GoSurfacePlane tool) |
Returns a GoSurfacePlane YAngle measurement object. More... | |
GoMeasurement | GoSurfacePlane_ZOffsetMeasurement (GoSurfacePlane tool) |
Returns a GoSurfacePlane ZOffset measurement object. More... | |
kStatus | GoSurfaceTool_SetSource (GoSurfaceTool tool, GoDataSource source) |
Sets the surface data source. More... | |
GoDataSource | GoSurfaceTool_Source (GoSurfaceTool tool) |
Gets the surface 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... | |
GoMeasurement GoSurfacePlane_XAngleMeasurement | ( | GoSurfacePlane | tool | ) |
Returns a GoSurfacePlane XAngle measurement object.
tool | GoSurfacePlane object. |
GoMeasurement GoSurfacePlane_YAngleMeasurement | ( | GoSurfacePlane | tool | ) |
Returns a GoSurfacePlane YAngle measurement object.
tool | GoSurfacePlane object. |
GoMeasurement GoSurfacePlane_ZOffsetMeasurement | ( | GoSurfacePlane | tool | ) |
Returns a GoSurfacePlane ZOffset measurement object.
tool | GoSurfacePlane object. |
|
inherited |
Sets the surface data source.
NOTE: The tool must have been added to the GoTools tool list (with a valid source) in order to call this function successfully.
tool | GoSurfaceTool 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. |