Changing the segment length
To change the segment length, create a variant and modify the Tcl code in %HCIROOT%/formats/hprim/hmd.tcl.
The global value STANDARDSEGLENGTH
can be
modified.
set STANDARDSEGLENGTH 220
This can be changed to:
set STANDARDSEGLENGTH custom_segment_length
To preserve the standard version, change the value of
STANDARDSEGLENGTH
only for the variant you have created.
For example:
if{cequal $strVariant variant_name}{set STANDARDSEGLENGTH new_value}