man SoLineDetail () - stores detail information about vertex-based shapes made of line segments

NAME

SoLineDetail - stores detail information about vertex-based shapes made of line segments

INHERITS FROM

SoDetail > SoLineDetail

SYNOPSIS

#include <Inventor/details/SoLineDetail.h> Methods from class SoLineDetail: c } c } SoLineDetail()

c } c } ~SoLineDetail()

c } c } getPoint0() const

c } c } getPoint1() const

c } c } getLineIndex() const

c } c } getPartIndex() const

c } c } getClassTypeId() Methods from class SoDetail: c } c } copy() const

c } c } getTypeId() const

c } c } isOfType(SoType type) const

DESCRIPTION

This class contains detail information about a point on 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.

METHODS

c } c } SoLineDetail()

c } c } ~SoLineDetail()

Constructor and destructor. c } c } getPoint0() const

c } c } getPoint1() const

These return information about the two points forming the end vertices of the line segment, represented as an SoPointDetail. c } c } getLineIndex() const

Returns the index of the line the segment is part of within a shape, such as the third line within an SoLineSet. c } c } getPartIndex() const

Returns the index of the part containing the line segment within the shape. Usually, the part index is the same as the line segment index, such as the fifth segment overall within an SoLineSet. c } c } getClassTypeId()

Returns type identifier for this class.

SEE ALSO

SoDetail, SoPickedPoint, SoPrimitiveVertex, SoVertexShape