*hf_CreatePol
Creates POL from the current trim line, with the specified offset.
Syntax
*hf_CreatePol offset
Type
HyperMesh Tcl Modify
Description
This command creates POL from the current trim line, with the specified offset.
Inputs
- offset
- The offset specified for the POL.
Example
To create POL from the current trim line with offset of
100:
*hf_CreatePol 100
Errors
Incorrect usage results in a Tcl error. To
detect errors, you can use the catch
command:
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
11.0