Uses of Class
com.openinventor.inventor.nodes.SoShape
Packages that use SoShape
Package
Description
-
Uses of SoShape in com.openinventor.inventor.actions
Methods in com.openinventor.inventor.actions with parameters of type SoShapeModifier and TypeMethodDescriptionvoid
SoCallbackAction.invokeLineSegmentCallbacks
(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2) void
SoCallbackAction.invokePointCallbacks
(SoShape shape, SoPrimitiveVertex[] v) void
SoCallbackAction.invokeTriangleCallbacks
(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2, SoPrimitiveVertex[] v3) boolean
SoCallbackAction.shouldGeneratePrimitives
(SoShape shape) -
Uses of SoShape in com.openinventor.inventor.geo
Subclasses of SoShape in com.openinventor.inventor.geoModifier and TypeClassDescriptionclass
Specifies a uniform grid of elevation values within some spatial reference frame. -
Uses of SoShape in com.openinventor.inventor.misc
Methods in com.openinventor.inventor.misc that return SoShapeModifier and TypeMethodDescriptionstatic SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix localToCam) Calls createFrom2DPoints(pointsInCam, localToCam, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin) Calls createFrom2DPoints(pointsInCam, camToLocal, zMin, (float)1.0f).static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin, float zMax) Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SbMatrix localToCam, SbBox3f bboxInLocal) Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume) Calls createFrom2DPoints(pointsInCam, nodePath, volume, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator.createFrom2DPoints
(Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume, SbBox3f bboxInLocal) Create an extruded shape from points in camera space.static SoShape
SbExtrusionGenerator.createFrom3DPoints
(Collection<SbVec3f> pointsInWorld, SoPath nodePath, SbViewVolume volume) Calls createFrom3DPoints(pointsInWorld, nodePath, volume, new com.openinventor.inventor.SbBox3f()).static SoShape
SbExtrusionGenerator.createFrom3DPoints
(Collection<SbVec3f> pointsInWorld, SoPath nodePath, SbViewVolume volume, SbBox3f bboxInLocal) Create an extruded shape from points in world space. -
Uses of SoShape in com.openinventor.inventor.nodes
Subclasses of SoShape in com.openinventor.inventor.nodesModifier and TypeClassDescriptionclass
Algebraic cone shape node.class
Algebraic cylinder shape node.class
Abstract base class for algebraic shapes.class
Algebraic sphere shape node.class
Annotation text node.class
Simple 3D text shape node.class
Abstract base class for all extrusion-based shape nodes.class
Node to render geometry stored inSoBufferObject
objects.class
Geometric shape formed by extruding a circle along a 3D spine.class
Cone shape node.class
Shape defined by a binary boolean operation on two sub scene graphs.class
Cube shape node.class
Cylinder shape node.class
Geometric shape formed by extruding a 2D cross section along a 3D spine.class
Polygonal face shape node.class
Displays an image that always faces the camera.class
Indexed polygonal face shape node.class
Indexed polyline shape node.class
Extension of IndexedPointSet that draws a small bitmap (symbol) at each 3D location.class
Indexed NURBS curve shape node.class
Indexed NURBS surface shape node.class
Indexed point set shape node.class
Indexed quadrilateral mesh shape node.class
Abstract base class for all indexed vertex-based shapes.class
Indexed triangle fan set shape node.class
Indexed triangle shape node.class
Indexed triangle strip set shape node.class
Polyline shape node.class
Extension of PointSet that draws a small bitmap (symbol) at each 3D location.class
Abstract base class for all non-indexed vertex-based shapes.class
NURBS curve shape node.class
NURBS surface shape node.class
Point set shape node.class
Quadrilateral mesh shape node.class
Sphere shape node.class
Screen-aligned 2D text shape node.class
3D text shape node.class
Set of triangles shape node.class
Triangle strip set shape node.class
Abstract base class for all vertex-based shape nodes. -
Uses of SoShape in com.openinventor.ldm.nodes
Subclasses of SoShape in com.openinventor.ldm.nodes -
Uses of SoShape in com.openinventor.volumeviz.nodes
Subclasses of SoShape in com.openinventor.volumeviz.nodesModifier and TypeClassDescriptionclass
Fence slice shape node.class
Heightfield rendering node.class
Oblique slice shape node.class
Ortho slice shape node.class
Abstract base class for slice shape nodes.class
Buffered shape node for volume data.class
Polygonal face shape node for volume data.class
Indexed polygonal face shape node for volume data.class
Indexed triangle strip set shape node for volume data.class
Renders data volumes using direct volume rendering.class
class
Draws a data volume skin.class
Triangle strip set shape node for volume data.