poISection AlignView

Align view from the normal direction of a planar section.

Syntax

poISection_handle AlignView

Application

HyperView Tcl Modify

Description

This command changes the view to be aligned with the normal direction of the planar section cut.

Example

To change the view to align with a created planar section normal direction:
hwi OpenStack
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page [proj GetActivePage]
page GetWindowHandle win [page GetActiveWindow]
win GetClientHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 0]
# Align View
section_handle AlignView
hwi CloseStack

Errors

None.