Click or drag to resize
SbExtrusionGeneratorCreateFrom2DPoints Method
Overload List
  NameDescription
Public methodStatic memberCreateFrom2DPoints(Queue, SbMatrix) Obsolete.
Calls CreateFrom2DPoints(pointsInCam, camToLocal, -1.0f, 1.0f). Obsolete since Open Inventor 8000.
Public methodStatic memberCreateFrom2DPoints(IListSbVec2f, SbMatrix)
Calls CreateFrom2DPoints(pointsInCam, localToCam, SbBox3f()).
Public methodStatic memberCreateFrom2DPoints(Queue, SbMatrix, SbBox3f) Obsolete.

Create an extruded shape from points in camera space.

Public methodStatic memberCreateFrom2DPoints(Queue, SbMatrix, Single) Obsolete.
Calls CreateFrom2DPoints(pointsInCam, camToLocal, zMin, 1.0f). Obsolete since Open Inventor 8000.
Public methodStatic memberCreateFrom2DPoints(Queue, SoPath, SbViewVolume) Obsolete.
Calls CreateFrom2DPoints(pointsInCam, nodePath, volume, SbBox3f()). Obsolete since Open Inventor 8000.
Public methodStatic memberCreateFrom2DPoints(IListSbVec2f, SbMatrix, SbBox3f)

Create an extruded shape from points in camera space.

Public methodStatic memberCreateFrom2DPoints(IListSbVec2f, SbMatrix, Single)
Calls CreateFrom2DPoints(pointsInCam, camToLocal, zMin, 1.0f).
Public methodStatic memberCreateFrom2DPoints(IListSbVec2f, SoPath, SbViewVolume)
Calls CreateFrom2DPoints(pointsInCam, nodePath, volume, SbBox3f()).
Public methodStatic memberCreateFrom2DPoints(Queue, SbMatrix, Single, Single) Obsolete.

Create an extruded shape from points in camera space.

Public methodStatic memberCreateFrom2DPoints(Queue, SoPath, SbViewVolume, SbBox3f) Obsolete.

Create an extruded shape from points in camera space.

Public methodStatic memberCreateFrom2DPoints(IListSbVec2f, SbMatrix, Single, Single)

Create an extruded shape from points in camera space.

Public methodStatic memberCreateFrom2DPoints(IListSbVec2f, SoPath, SbViewVolume, SbBox3f)

Create an extruded shape from points in camera space.

Top
See Also