SbExtrusionGeneratorCreateFrom2DPoints Method (Queue, SbMatrix, Single) |
Note: This API is now obsolete.
Calls CreateFrom2DPoints(pointsInCam, camToLocal, zMin, 1.0f).
Obsolete since Open Inventor 8000.
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static SoShape CreateFrom2DPoints(
Queue pointsInCam,
SbMatrix camToLocal,
float zMin
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function CreateFrom2DPoints (
pointsInCam As Queue,
camToLocal As SbMatrix,
zMin As Single
) As SoShape
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static SoShape^ CreateFrom2DPoints(
Queue^ pointsInCam,
SbMatrix camToLocal,
float zMin
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member CreateFrom2DPoints :
pointsInCam : Queue *
camToLocal : SbMatrix *
zMin : float32 -> SoShape
Parameters
- pointsInCam
- Type: System.CollectionsQueue
- camToLocal
- Type: OIV.InventorSbMatrix
- zMin
- Type: SystemSingle
Return Value
Type:
SoShapeRemarks See Also