ObliqueSlicePlaneOffset Option

 

The ObliqueSlicePlaneOffset option changes the offset of the cutting plane from the center of the lattice. The OptionValue is set to any number.  

 

Syntax

object.Construct(“CreateModule”)

object.Option(“SourceModule”, “data file name”)

object.Option(“Type”, “ObliqueImage”)

object.Do() or object.DoOnce()

 

object.Construct(“ModifyModule”)

object.Option(“Module”, “ObliqueImage”)

object.Option(“ObliqueSlicePlaneOffset”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to alter the offset of the ObliqueSlice plane cutting value.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "ObliqueImage")

  CommandApi.Option ("ObliqueSlicePlaneOffset", "-7.5")

  CommandApi.Do()

 

Used by: ObliqueSlice

 

 

See Also

Automation Model