poITrackingSystem SetPlaneType

Sets the plane type for a tracking system.

Syntax

tsys_handle SetPlaneType type_str

Application

HyperView Tcl Modify

Description

This command sets the plane type for a tracking system. This command should only be used for "plane" type tracking systems.

Inputs

type_str
Any of the following three values are valid for this argument: OXY/OYZ/OZX.

Example

To set the plane type of a tracking system whose ID is 2:
hwi OpenStack
hwi GetSessionHandle session_handle
session_handle GetProjectHandle project_handle
project_handle GetPageHandle page_handle [project_handle GetActivePage]
page_handle GetWindowHandle window_handle [page_handle GetActiveWindow]
window_handle GetClientHandle client_handle
client_handle GetModelHandle model_handle 1;
model_handle GetTrackingSystemHandle tsys_handle 2
tsys_handle SetPlaneType OXY
hwi CloseStack

Errors

Returns a non-zero value if there is an error.