The LatticeSlicePlaneOffset option changes the offset of the cutting plane from the center of the lattice for a Slice module. The OptionValue is set to any number.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Slice”)
object.Option(“LatticeSlicePlaneOffset”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example sets the offset of the cutting plane for the Slice module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Slice")
CommandApi.Option ("LatticeSlicePlaneOffset", "-7.5")
CommandApi.Do()
Used by: LatticeSlice
See Also