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
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.