poISection SetDIncrement

Sets the amount to increment the plane's "D" when translating the section along the normal.

Syntax

poISection_handle SetDIncrementincrement

Application

HyperView Tcl Modify

Description

This command sets the amount to increment the plane's "D" when translating the planar section along the normal.

Inputs

state
The value of the increment.

Example

To set the increment for translating the planar section:
hwi OpenStack
::post::GetPostHandle post_handle
post_handle GetSectionHandle section_handle [post_handle AddSection 0]
# Set D
section_handle SetDIncrement 10
hwi CloseStack

Errors

Returns an invalid handle.