Click or drag to resize
SoLineDetail Class

Stores detail information about vertex-based shapes made of line segments.

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

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

The SoLineDetail type exposes the following members.

Constructors
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 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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetLineIndex
Public methodSetPartIndex
Public methodSetPoint
Public methodSetPoint0
Public methodSetPoint1
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

This class contains detail information about a line segment in a vertex-based shape made of line segments. The information includes the points at the ends of the segment, and the index of the segment within the shape.

See Also