ObliqueSlicePlaneShowDragger Option

 

The ObliqueSlicePlaneShowDragger option shows or hides the cutting plane dragger for the ObliqueSlice map.  The OptionValue is set to either True or False.  True shows the dragger.  False turns the dragger off.

 

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(“ObliqueSlicePlaneShowDragger”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example shows how to display the dragger for the ObliqueSlice cutting plane.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("ObliqueSlicePlaneShowDragger", "True")

  CommandApi.Do()

 

Used by: ObliqueSlice

 

 

See Also

Automation Model