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 TypeMethodDescriptionvoidSoCallbackAction.invokeLineSegmentCallbacks(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2) voidSoCallbackAction.invokePointCallbacks(SoShape shape, SoPrimitiveVertex[] v) voidSoCallbackAction.invokeTriangleCallbacks(SoShape shape, SoPrimitiveVertex[] v1, SoPrimitiveVertex[] v2, SoPrimitiveVertex[] v3) booleanSoCallbackAction.shouldGeneratePrimitives(SoShape shape) -
Uses of SoShape in com.openinventor.inventor.geo
Subclasses of SoShape in com.openinventor.inventor.geoModifier and TypeClassDescriptionclassSpecifies 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 SoShapeSbExtrusionGenerator.createFrom2DPoints(Collection<SbVec2f> pointsInCam, SbMatrix localToCam) Calls createFrom2DPoints(pointsInCam, localToCam, new com.openinventor.inventor.SbBox3f()).static SoShapeSbExtrusionGenerator.createFrom2DPoints(Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin) Calls createFrom2DPoints(pointsInCam, camToLocal, zMin, (float)1.0f).static SoShapeSbExtrusionGenerator.createFrom2DPoints(Collection<SbVec2f> pointsInCam, SbMatrix camToLocal, float zMin, float zMax) Create an extruded shape from points in camera space.static SoShapeSbExtrusionGenerator.createFrom2DPoints(Collection<SbVec2f> pointsInCam, SbMatrix localToCam, SbBox3f bboxInLocal) Create an extruded shape from points in camera space.static SoShapeSbExtrusionGenerator.createFrom2DPoints(Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume) Calls createFrom2DPoints(pointsInCam, nodePath, volume, new com.openinventor.inventor.SbBox3f()).static SoShapeSbExtrusionGenerator.createFrom2DPoints(Collection<SbVec2f> pointsInCam, SoPath nodePath, SbViewVolume volume, SbBox3f bboxInLocal) Create an extruded shape from points in camera space.static SoShapeSbExtrusionGenerator.createFrom3DPoints(Collection<SbVec3f> pointsInWorld, SoPath nodePath, SbViewVolume volume) Calls createFrom3DPoints(pointsInWorld, nodePath, volume, new com.openinventor.inventor.SbBox3f()).static SoShapeSbExtrusionGenerator.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 TypeClassDescriptionclassAlgebraic cone shape node.classAlgebraic cylinder shape node.classAbstract base class for algebraic shapes.classAlgebraic sphere shape node.classAnnotation text node.classSimple 3D text shape node.classAbstract base class for all extrusion-based shape nodes.classNode to render geometry stored inSoBufferObjectobjects.classGeometric shape formed by extruding a circle along a 3D spine.classCone shape node.classShape defined by a binary boolean operation on two sub scene graphs.classCube shape node.classCylinder shape node.classGeometric shape formed by extruding a 2D cross section along a 3D spine.classPolygonal face shape node.classDisplays an image that always faces the camera.classIndexed polygonal face shape node.classIndexed polyline shape node.classExtension of IndexedPointSet that draws a small bitmap (symbol) at each 3D location.classIndexed NURBS curve shape node.classIndexed NURBS surface shape node.classIndexed point set shape node.classIndexed quadrilateral mesh shape node.classAbstract base class for all indexed vertex-based shapes.classIndexed triangle fan set shape node.classIndexed triangle shape node.classIndexed triangle strip set shape node.classPolyline shape node.classExtension of PointSet that draws a small bitmap (symbol) at each 3D location.classAbstract base class for all non-indexed vertex-based shapes.classNURBS curve shape node.classNURBS surface shape node.classPoint set shape node.classQuadrilateral mesh shape node.classSphere shape node.classScreen-aligned 2D text shape node.class3D text shape node.classSet of triangles shape node.classTriangle strip set shape node.classAbstract 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 TypeClassDescriptionclassFence slice shape node.classHeightfield rendering node.classOblique slice shape node.classOrtho slice shape node.classAbstract base class for slice shape nodes.classBuffered shape node for volume data.classPolygonal face shape node for volume data.classIndexed polygonal face shape node for volume data.classIndexed triangle strip set shape node for volume data.classRenders data volumes using direct volume rendering.classclassDraws a data volume skin.classTriangle strip set shape node for volume data.