SbExtrusionGeneratorCreateFrom2DPoints Method (Queue, SbMatrix) |
Note: This API is now obsolete.
Calls CreateFrom2DPoints(pointsInCam, camToLocal, -1.0f, 1.0f).
Obsolete since Open Inventor 8000.
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 camToLocal
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function CreateFrom2DPoints (
pointsInCam As Queue,
camToLocal As SbMatrix
) As SoShape
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static SoShape^ CreateFrom2DPoints(
Queue^ pointsInCam,
SbMatrix camToLocal
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member CreateFrom2DPoints :
pointsInCam : Queue *
camToLocal : SbMatrix -> SoShape
Parameters
- pointsInCam
- Type: System.CollectionsQueue
- camToLocal
- Type: OIV.InventorSbMatrix
Return Value
Type:
SoShapeRemarks See Also