Click or drag to resize
PbMiscTextAttr Class

Class to define a numeric display format.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.MeshViz.GraphPbBase
      OIV.MeshViz.GraphPbMiscTextAttr

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class PbMiscTextAttr : PbBase

The PbMiscTextAttr type exposes the following members.

Constructors
  NameDescription
Public methodPbMiscTextAttr
Initializes a new instance of the PbMiscTextAttr class
Top
Methods
  NameDescription
Public methodCopyFrom(PbBase)

Assignment operator.

(Inherited from PbBase.)
Public methodCopyFrom(PbMiscTextAttr)

Assignment operator.

Public methodEnableConnection

Activates/deactivates the mechanism of connection.

(Inherited from PbBase.)
Public methodEnablePredefinedProfile
Public methodEnableProfile
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetFontName

Gets the font name for texts.

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

Gets line length attributes.

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

Returns true if the connection mechanism is active, otherwise false.

(Inherited from PbBase.)
Public methodIsPredefinedProfileEnabled

Enables/Disables the use of a predefined profile for 3D text if they are activated (cf OIV.MeshViz.Graph.PbMiscTextAttr.EnableProfile(System.Boolean)).

Public methodIsProfileEnabled

Enables/Disables the appearance of a profile for 3D Text.

Public methodSetFontName

Sets the font name for texts.

Public methodSetLineLength

Sets line length attributes.

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

Simulates the changing of an instance of this object, so all connected objects are informed of this change.

(Inherited from PbBase.)
Top
Remarks

This class is used to define miscellaneous text attributes.

See Also