Click or drag to resize
SoPointDetail Class

Stores detail information about vertex-based shapes made of points.

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

Namespace: OIV.Inventor.Details
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public class SoPointDetail : SoDetail

The SoPointDetail type exposes the following members.

Constructors
  NameDescription
Public methodSoPointDetail

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 methodGetCoordinateIndex

Returns the index of the point within the relevant coordinate node.

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

Returns the index of the material for the point within the relevant material node.

Public methodGetNormalIndex

Returns the index of the surface normal at the point within the relevant normal node.

Public methodGetPoint
Public methodGetTextureCoordIndex

Returns the index of the texture coordinates for the point within the relevant normal node.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCoordinateIndex
Public methodSetMaterialIndex
Public methodSetNormalIndex
Public methodSetTextureCoordIndex
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class contains detail information about a point in a vertex-based shape made of points. It is used for returning information about an intersection with or primitives generated by a set of points. It is also used by OIV.Inventor.Details.SoFaceDetail and OIV.Inventor.Details.SoLineDetail to return information about the vertices of faces and line segments.

See Also