Click or drag to resize
PbDefinedValue Class
Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.MeshViz.DataPbDefinedValue

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public abstract class PbDefinedValue : SoNetBase

The PbDefinedValue 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUndef
The default instance of PbDefinedValue always returns 0.0, the default float value used to indicate an "undefined" value.
Public methodIsDefined
The default instance of PbDefinedValue always returns TRUE.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also