Click or drag to resize
SoConeDetail Class

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

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

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

The SoConeDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoConeDetail

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

Returns the part in the detail.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetPart
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 cone. It contains the part of the cone that was hit (sides or bottom).

See Also