Uses of Class
com.openinventor.inventor.details.SoPointDetail
Packages that use SoPointDetail
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SoPointDetail in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoPointDetailModifier and TypeMethodDescriptionSoPrimitiveVertex.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 SoPointDetailModifier and TypeMethodDescriptionSoFaceDetail.getPoint
(int i) Returns information about the point forming the i'th vertex of the face, represented as anSoPointDetail
.SoLineDetail.getPoint
(int i) Returns information about the point forming the i'th end of the line, represented as anSoPointDetail
.SoPointDetail.getPoint
(int i) SoLineDetail.getPoint0()
Returns information about the first of two points forming the end vertices of the line segment, represented as anSoPointDetail
.SoLineDetail.getPoint1()
Returns information about the second of two points forming the end vertices of the line segment, represented as anSoPointDetail
.SoFaceDetail.getPoints()
SoLineDetail.getPoints()
Methods in com.openinventor.inventor.details with parameters of type SoPointDetailModifier and TypeMethodDescriptionvoid
SoFaceDetail.setPoint
(int index, SoPointDetail pd) void
SoLineDetail.setPoint
(int index, SoPointDetail pd) void
SoLineDetail.setPoint0
(SoPointDetail pd) void
SoLineDetail.setPoint1
(SoPointDetail pd)