17 #include <GoSdk/Tools/GoExtParams.h>
39 GoFx(const
kChar*) GoExtTool_Version(GoExtTool tool);
49 GoFx(
kSize) GoExtTool_MeasurementCount(GoExtTool tool);
71 GoFx(
kStatus) GoExtTool_SetDisplayName(GoExtTool tool, const
kChar* name);
81 GoFx(const
kChar*) GoExtTool_DisplayName(GoExtTool tool);
91 GoFx(const
kChar*) GoExtTool_Type(GoExtTool tool);
123 GoFx(
kSize) GoExtTool_SourceOptionCount(GoExtTool tool);
134 GoFx(
k32u) GoExtTool_SourceOptionAt(GoExtTool tool,
kSize index);
144 GoFx(
kBool) GoExtTool_XAnchorSupportEnabled(GoExtTool tool);
155 GoFx(
kSize) GoExtTool_XAnchorOptionCount(GoExtTool tool);
167 GoFx(
k32u) GoExtTool_XAnchorOptionAt(GoExtTool tool,
kSize index);
178 GoFx(
k32s) GoExtTool_XAnchor(GoExtTool tool);
191 GoFx(
kStatus) GoExtTool_SetXAnchor(GoExtTool tool,
k32s id);
203 GoFx(
kBool) GoExtTool_XAnchorEnabled(GoExtTool tool);
215 GoFx(
kBool) GoExtTool_YAnchorSupportEnabled(GoExtTool tool);
226 GoFx(
kSize) GoExtTool_YAnchorOptionCount(GoExtTool tool);
238 GoFx(
k32u) GoExtTool_YAnchorOptionAt(GoExtTool tool,
kSize index);
249 GoFx(
k32s) GoExtTool_YAnchor(GoExtTool tool);
261 GoFx(
kStatus) GoExtTool_SetYAnchor(GoExtTool tool,
k32s id);
272 GoFx(
kBool) GoExtTool_YAnchorEnabled(GoExtTool tool);
286 GoFx(
kBool) GoExtTool_ZAnchorSupportEnabled(GoExtTool tool);
296 GoFx(
kSize) GoExtTool_ZAnchorOptionCount(GoExtTool tool);
307 GoFx(
k32u) GoExtTool_ZAnchorOptionAt(GoExtTool tool,
kSize index);
317 GoFx(
k32s) GoExtTool_ZAnchor(GoExtTool tool);
329 GoFx(
kStatus) GoExtTool_SetZAnchor(GoExtTool tool,
k32s id);
340 GoFx(
kBool) GoExtTool_ZAnchorEnabled(GoExtTool tool);
354 GoFx(
kBool) GoExtTool_ZAngleAnchorSupportEnabled(GoExtTool tool);
364 GoFx(
kSize) GoExtTool_ZAngleAnchorOptionCount(GoExtTool tool);
375 GoFx(
k32u) GoExtTool_ZAngleAnchorOptionAt(GoExtTool tool,
kSize index);
385 GoFx(
k32s) GoExtTool_ZAngleAnchor(GoExtTool tool);
397 GoFx(
kStatus) GoExtTool_SetZAngleAnchor(GoExtTool tool,
k32s id);
408 GoFx(
kBool) GoExtTool_ZAngleAnchorEnabled(GoExtTool tool);
421 GoFx(
GoMeasurement) GoExtTool_FindMeasurementByName(GoExtTool tool, const
kChar* name);
431 GoFx(
kSize) GoExtTool_ParameterCount(GoExtTool tool);
442 GoFx(GoExtParam) GoExtTool_ParameterAt(GoExtTool tool,
kSize index);
454 GoFx(GoExtParam) GoExtTool_FindParameterById(GoExtTool tool, const
kChar* label);
464 GoFx(
kSize) GoExtTool_ToolDataOutputCount(GoExtTool tool);
478 #include <GoSdk/Tools/GoExtTool.x.h>
Represents the base class for a tool measurement or script output.
Represents a data source.
Essential SDK declarations.