The LatticeSliceBorderWidth option changes the width of the border line around the edge of the Slice module. The OptionValue is a number between 0 and 4.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Slice”)
object.Option(“LatticeSliceBorderWidth”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example changes the width of the border line for the Slice module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Slice")
CommandApi.Option ("LatticeSliceBorderWidth", "2.3")
CommandApi.Do()
Used by: LatticeSlice
See Also