The LatticeSlicePlaneXNormal option changes the cutting plane X normal value for a Slice module. The OptionValue is set to any number. The ratio of the numbers for the LatticeSlicePlaneXNormal, LatticeSlicePlaneYNormal, and LatticeSlicePlaneZNormal determine the angle of the slice cutting plane. This option is only available if LatticeSlicePlaneOrientation is set to 3.
Syntax
object.Construct(“ModifyModule”)
object.Option(“Module”, “Slice”)
object.Option(“LatticeSlicePlaneXNormal”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example sets the cutting plane orientation for the Slice module.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Slice")
CommandApi.Option ("LatticeSlicePlaneXNormal", "30")
CommandApi.Do()
Used by: LatticeSlice
See Also