SbExtrusionGeneratorCreateFrom2DPoints Method (Queue, SbMatrix, SbBox3f) |
Note: This API is now obsolete.
Create an extruded shape from points in camera space.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static SoShape CreateFrom2DPoints(
Queue pointsInCam,
SbMatrix localToCam,
SbBox3f bboxInLocal
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function CreateFrom2DPoints (
pointsInCam As Queue,
localToCam As SbMatrix,
bboxInLocal As SbBox3f
) As SoShape
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoShape^ CreateFrom2DPoints(
Queue^ pointsInCam,
SbMatrix localToCam,
SbBox3f bboxInLocal
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member CreateFrom2DPoints :
pointsInCam : Queue *
localToCam : SbMatrix *
bboxInLocal : SbBox3f -> SoShape
Parameters
- pointsInCam
- Type: System.CollectionsQueue
Polyline in normalized screen space ([-1, 1]x[-1, 1]).
- localToCam
- Type: OIV.InventorSbMatrix
Transform matrix from local space to camera space (modelViewProj matrix)
- bboxInLocal
- Type: OIV.InventorSbBox3f
Bounding box that specifies limits of extruded shape, expressed in local space. If not specified, the shape will be extruded between the camera near and far planes.
Return Value
Type:
SoShapeRemarks Return NULL if error occurred.
Obsolete since Open Inventor 8000.
See Also