poISection SetDIncrement
Sets the amount to increment the plane's "D" when translating the section along the normal for a Planar section type.
Syntax
poISection_handle SetDIncrement increment
Application
HyperView Tcl Modify
Description
This command sets the amount to increment the plane's "D" when translating the section along the normal for a Planar section type.
Inputs
- state
- The value of the increment.
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]
# Set D
section_handle SetDIncrement 10
hwi CloseStack
Errors
Returns an invalid handle.