Click or drag to resize
SoScaleVizART Class

ScaleViz based Automatic Replay Tool.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.ScaleVizSoScaleVizART

Namespace: OIV.ScaleViz
Assembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public sealed class SoScaleVizART : SoNetBase

The SoScaleVizART type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetOutputDir

Gets the current directory where ART files are generated.

Public methodStatic memberGetOverride

Returns true if existing ART file with same name can be overridden.

Public methodStatic memberGetTestName

Gets the current defined base name for generated ART files.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsRunning

Returns true if ART is currently running.

Public methodStatic memberSaveSnapshotImage

Save a scene rendering snapshot image.

Public methodStatic memberSaveSnapshotSceneGraph

Save a scene graph snapshot.

Public methodStatic memberSetOutputDir

Sets the directory where to the ART files will be generated.

Public methodStatic memberSetOverride

Defines whether existing ART files with same names must be overridden or not.

Public methodStatic memberSetTestName

Sets the base name for generated ART files.

Public methodStatic memberStart

Start a ART registering session.

Public methodStatic memberStop

Stops the currently running ART session.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class allows user to register a ScaleViz ART scenario. A ART scenario is a set of scene commands, enhanced with snapshot capability. Generated ScaleVizART scenario can be replayed using the ART application.

See Also