Click or drag to resize

BaseVolumeMeasurementsCommand Class

Base class for dealing with VolumeMeasuremetns element (Iso-surface)
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandProperties
        MediaCy.Viewers.NDBaseViewNDOptionsCommandProperties
          MediaCy.Viewers.NDMcNDIsoSurfClassCommand
            MediaCy.Viewers.NDBaseVolumeMeasurementsCommand
              MediaCy.Viewers.NDModifyVolumeMeasurementsCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class BaseVolumeMeasurementsCommand
	Inherits McNDIsoSurfClassCommand

The BaseVolumeMeasurementsCommand type exposes the following members.

Constructors
  NameDescription
Public methodBaseVolumeMeasurementsCommand
Initializes a new instance of the BaseVolumeMeasurementsCommand class
Public methodBaseVolumeMeasurementsCommand(McCommand)
Initializes a new instance of the BaseVolumeMeasurementsCommand class
Public methodBaseVolumeMeasurementsCommand(McCommand, Object)
Initializes a new instance of the BaseVolumeMeasurementsCommand class
Top
Properties
  NameDescription
Public propertyInput2
Rendering element.
Top
Methods
  NameDescription
Public methodGetInputArguments
Redefines input parameter order as Input2,Input (default is declaration order)
(Overrides McCommandExtended.GetInputArguments.)
Public methodOnRecording (Overrides McCommandExtended.OnRecording(McScript, RecordOptions).)
Public methodRun
Runs the command.
Top
Remarks