Uses of Class
com.openinventor.inventor.details.SoPointDetail
-
Packages that use SoPointDetail Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.details -
-
Uses of SoPointDetail in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoPointDetail Modifier and Type Method Description SoPointDetail
SoPrimitiveVertex. getPointDetail()
Returns the point detail giving more information about the vertex. -
Uses of SoPointDetail in com.openinventor.inventor.details
Methods in com.openinventor.inventor.details that return SoPointDetail Modifier and Type Method Description SoPointDetail
SoFaceDetail. getPoint(int i)
Returns information about the point forming the i'th vertex of the face, represented as anSoPointDetail
.SoPointDetail
SoLineDetail. getPoint(int i)
Returns information about the point forming the i'th end of the line, represented as anSoPointDetail
.SoPointDetail
SoPointDetail. getPoint(int i)
SoPointDetail
SoLineDetail. getPoint0()
Returns information about the first of two points forming the end vertices of the line segment, represented as anSoPointDetail
.SoPointDetail
SoLineDetail. getPoint1()
Returns information about the second of two points forming the end vertices of the line segment, represented as anSoPointDetail
.SoPointDetail
SoFaceDetail. getPoints()
SoPointDetail
SoLineDetail. getPoints()
Methods in com.openinventor.inventor.details with parameters of type SoPointDetail Modifier and Type Method Description void
SoFaceDetail. setPoint(int index, SoPointDetail pd)
void
SoLineDetail. setPoint(int index, SoPointDetail pd)
void
SoLineDetail. setPoint0(SoPointDetail pd)
void
SoLineDetail. setPoint1(SoPointDetail pd)
-