poISection SetBaseTime

Sets the base time for a section cut.

Syntax

poISection_handle SetBaseTime time

Application

HyperView Tcl Modify

Description

This command sets the section as deformable, and also sets the time in seconds. The base time for the deformable section will go to the closest frame in the current animator for the page.

Inputs

time
The time value in seconds.

Example

To set a time for the deformable section:
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

set sid [client_handle AddSection]
client_handle GetSectionHandle sect_handle $sid

sect_handle SetBaseTime 0.1
client_handle Draw

hwi CloseStack

Errors

Returns a non-zero value if an error occurs.