Click or drag to resize
SoLineDetail Methods

The SoLineDetail type exposes the following members.

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 methodGetLineIndex

Returns the index of the line the segment is part of within a shape, such as the third line within an OIV.Inventor.Nodes.SoLineSet.

Public methodGetPartIndex

Returns the index of the part containing the line segment within the shape.

Public methodGetPoint

Returns information about the point forming the i'th end of the line, represented as an OIV.Inventor.Details.SoPointDetail.

Public methodGetPoint0

Returns information about the first of two points forming the end vertices of the line segment, represented as an OIV.Inventor.Details.SoPointDetail.

Public methodGetPoint1

Returns information about the second of two points forming the end vertices of the line segment, represented as an OIV.Inventor.Details.SoPointDetail.

Public methodGetPoints
Public methodGetType (Inherited from Object.)
Public methodSetLineIndex
Public methodSetPartIndex
Public methodSetPoint
Public methodSetPoint0
Public methodSetPoint1
Public methodToString (Inherited from Object.)
Top
See Also