Click or drag to resize

Flip3D Class

Rotates 3D volume to other axis.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputOneOutputCommandObject, Object
          MediaCy.CommandsImageOperatorCommandObject, Object
            MediaCy.CommandsSplittableImageOperatorCommandObject, Object
              MediaCy.Commands.SequenceSequenceCommand
                MediaCy.Commands.SequenceFlip3D

Namespace:  MediaCy.Commands.Sequence
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class Flip3D
	Inherits SequenceCommand

The Flip3D type exposes the following members.

Constructors
  NameDescription
Public methodFlip3D
Initializes a new instance of the Flip3D class
Top
Properties
  NameDescription
Public propertyXAxis
Axis type assigned to the X axis of the output image.
Public propertyYAxis
Axis type assigned to the Y axis of the output image.
Public propertyZAxis
Axis type assigned to the Z axis of the output image.
Top
Remarks
The function can be used to rotate sequences to XZ or ZY planes.
See Also