Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.projectors |
Modifier and Type | Method and Description |
---|---|
SbCylinder |
SbCylinder.setValue(float[] components) |
SbCylinder |
SbCylinder.setValue(float[] components,
int startIndex) |
static SbCylinder[] |
SbCylinder.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbCylinder.setValue(SbCylinder copyFrom) |
Constructor and Description |
---|
SbCylinder(SbCylinder copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbCylinder |
SbCylinderProjector.getCylinder()
Gets the cylinder on which to project points.
|
Modifier and Type | Method and Description |
---|---|
void |
SbCylinderProjector.setCylinder(SbCylinder cyl)
Sets the cylinder on which to project points.
|
Constructor and Description |
---|
SbCylinderPlaneProjector(SbCylinder cyl)
Calls SbCylinderPlaneProjector(cyl, (float)0.9f, true).
|
SbCylinderPlaneProjector(SbCylinder cyl,
float edgeTol)
Calls SbCylinderPlaneProjector(cyl, edgeTol, true).
|
SbCylinderPlaneProjector(SbCylinder cyl,
float edgeTol,
boolean orientToEye)
Constructor.
|
SbCylinderSectionProjector(SbCylinder cyl)
Calls SbCylinderSectionProjector(cyl, (float)0.9f, true).
|
SbCylinderSectionProjector(SbCylinder cyl,
float edgeTol)
Calls SbCylinderSectionProjector(cyl, edgeTol, true).
|
SbCylinderSectionProjector(SbCylinder cyl,
float edgeTol,
boolean orientToEye)
Constructor.
|
SbCylinderSheetProjector(SbCylinder cyl)
Calls SbCylinderSheetProjector(cyl, true).
|
SbCylinderSheetProjector(SbCylinder cyl,
boolean orientToEye)
Constructor.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com