| Package | Description |
|---|---|
| com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
| com.openinventor.inventor.details |
| Modifier and Type | Method and Description |
|---|---|
SoPointDetail |
SoPrimitiveVertex.getPointDetail()
Returns the point detail giving more information about the vertex.
|
| Modifier and Type | Method and Description |
|---|---|
SoPointDetail |
SoFaceDetail.getPoint(int i)
Returns information about the point forming the i'th vertex of the face, represented as an
SoPointDetail. |
SoPointDetail |
SoLineDetail.getPoint0()
Returns information about the first of two points forming the end vertices of the line segment, represented as an
SoPointDetail. |
SoPointDetail |
SoLineDetail.getPoint1()
Returns information about the second of two points forming the end vertices of the line segment, represented as an
SoPointDetail. |
SoPointDetail |
SoFaceDetail.getPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
SoFaceDetail.setPoint(int index,
SoPointDetail pd) |
void |
SoLineDetail.setPoint0(SoPointDetail pd) |
void |
SoLineDetail.setPoint1(SoPointDetail pd) |
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com