Click or drag to resize

View3DOptionsCommand Class

Sets 3D view options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandView3DOptionsCommandProperties
        MediaCy.Viewers.VolumeView3DOptionsCommand

Namespace:  MediaCy.Viewers.Volume
Assembly:  MediaCy.Viewers.Volume (in MediaCy.Viewers.Volume.dll) Version: 3.1.0.0
Syntax
VB
Public Class View3DOptionsCommand
	Inherits BaseObjectCommand(Of View3DOptionsCommandProperties)

The View3DOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodView3DOptionsCommand
Initializes a new instance of the View3DOptionsCommand class
Public methodView3DOptionsCommand(McCommand)
Initializes a new instance of the View3DOptionsCommand class
Public methodView3DOptionsCommand(McCommand, Object)
Initializes a new instance of the View3DOptionsCommand class
Top
Properties
  NameDescription
Public propertyAutoReloadFlags
Auto reload flags
Public propertyAutoSpin
Continue spinning after mouse is up
Public propertyAutoSubsampling
Sets volume auto sub-sampling property.
Public propertyAutoSubsamplingLength
Defines the maximum size along any volume direction, which is use for calculation of Auto Sub-sampling.
Public propertyBackgroundColor
Background color
Public propertyCameraDistance
Distance from camera to the center of the object
Public propertyChannelToLoad
Not implemented. By default any image is loaded as it's displayed as RGB24. Use image LUT to show/hide channels. If only one channel has to be loaded, the LUT of the image has to be set to show only that channel.
Public propertyDrawAxes
Show axes on 3D view
Public propertyGlobalTransparency
Slice transparence
Public propertyImports (Overrides McCommandImports.)
Public propertyInput
Input image or set
Public propertyNumberOfSlices
Number of slices in the view stack
Public propertyOrthogonalMode
Orthogonal or perspective mode
Public propertyReferences (Overrides McCommandReferences.)
Public propertyRotation
Rotation of view
Public propertySubSampling
Sub-sampling in XYZ directions
Public propertyTranslation
View translation from central position
Public propertyUserControlFlags
User control flags.
Public propertyViewAngle
View angle (for perspective mode)
Public propertyViewHeight
View height (for orthogonal mode)
Public propertyVolumeComposition
Composition type
Public propertyVolumeInterpolation
Volume interpolation flag.
Public propertyVoxelSizeX
Voxel size in X direction
Public propertyVoxelSizeY
Voxel size in Y direction
Public propertyVoxelSizeZ
Voxel size in Z direction
Public propertyZoom
View magnification
Top
Methods
  NameDescription
Public methodStatic memberFromObject
Public methodStatic memberFromWindow3D
Public methodReadProperty
Converting from OLE to NET
(Overrides BaseObjectCommand.ReadProperty(Object, UTP).)
Public methodRun
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks