Click or drag to resize
SoCubeDetail Class

Stores detail information about the OIV.Inventor.Nodes.SoCube node.

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

Namespace: OIV.Inventor.Details
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public class SoCubeDetail : SoDetail

The SoCubeDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoCubeDetail

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 (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetPart

Returns the part in the detail.

Public methodGetType (Inherited from Object.)
Public methodSetPart
Public methodToString (Inherited from Object.)
Top
Remarks

This class contains detail information about a point on a cube. It contains the part of the cube that was hit.

Part values are as follows:
0 Front
1 Back
2 Left
3 Right
4 Top
5 Bottom

See Also