Click or drag to resize
SoTextDetail Class

Stores detail information about a text node.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.Inventor.DetailsSoDetail
      OIV.Inventor.DetailsSoTextDetail

Namespace: OIV.Inventor.Details
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class SoTextDetail : SoDetail

The SoTextDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoTextDetail

Constructor.

Top
Methods
  NameDescription
Public methodClone (Inherited from SoDetail.)
Public methodCopy

Returns an instance that is a copy of this instance.

(Overrides SoDetailCopy.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCharacterIndex

Returns the index of the relevant character within the string.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetPart

For OIV.Inventor.Nodes.SoText3, this returns which part was picked or generated.

Public methodGetStringIndex

Returns the index of the relevant string within a multiple-value string field of a text node.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCharacterIndex
Public methodSetPart
Public methodSetStringIndex
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class contains detail information about a point on a text shape (OIV.Inventor.Nodes.SoText2 or OIV.Inventor.Nodes.SoText3). It contains the part of the text, string, and character that were hit or generated.

See Also