Click or drag to resize
SoWinClipboard Class

Supports copy/paste for Open Inventor using the Windows clipboard.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.WinSoWinClipboard

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public class SoWinClipboard : SoNetBase

The SoWinClipboard type exposes the following members.

Constructors
  NameDescription
Public methodSoWinClipboard

Constructor.

Top
Methods
  NameDescription
Public methodCopy(SoNode, SbTime)

Copies the passed scene graph object (node, path, or pathlist) to the clipboard using the current clipboard format.

Public methodCopy(SoPath, SbTime)

Copies the passed path to the clipboard using the current clipboard format.

Public methodCopy(SoPathList, SbTime)

Copies the passed pathlist to the clipboard using the current clipboard format.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPaste

This requests data from the clipboard in the current clipboard format.

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

This class manages data transfers for copy and paste to and from the Windows clipboard. Transfers may occur within the same window, from one window to another window, and from process to process.

Clipboard support is currently strictly text. The copy type cbFormat will be forced to CF_TEXT, no matter what, if anything, is specified in the second argument of the constructor.

See Also