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 SoPointDetailSoPrimitiveVertex. 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 SoPointDetailSoFaceDetail. getPoint(int i)Returns information about the point forming the i'th vertex of the face, represented as anSoPointDetail.SoPointDetailSoLineDetail. getPoint(int i)Returns information about the point forming the i'th end of the line, represented as anSoPointDetail.SoPointDetailSoPointDetail. getPoint(int i)SoPointDetailSoLineDetail. getPoint0()Returns information about the first of two points forming the end vertices of the line segment, represented as anSoPointDetail.SoPointDetailSoLineDetail. getPoint1()Returns information about the second of two points forming the end vertices of the line segment, represented as anSoPointDetail.SoPointDetailSoFaceDetail. getPoints()SoPointDetailSoLineDetail. getPoints()Methods in com.openinventor.inventor.details with parameters of type SoPointDetail Modifier and Type Method Description voidSoFaceDetail. setPoint(int index, SoPointDetail pd)voidSoLineDetail. setPoint(int index, SoPointDetail pd)voidSoLineDetail. setPoint0(SoPointDetail pd)voidSoLineDetail. setPoint1(SoPointDetail pd)
-