SbExtrusionGeneratorCreateFrom2DPoints Method (IListSbVec2f, SbMatrix, Single) |
Calls CreateFrom2DPoints(pointsInCam, camToLocal, zMin, 1.0f).
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoShape CreateFrom2DPoints(
IList<SbVec2f> pointsInCam,
SbMatrix camToLocal,
float zMin
)
Public Shared Function CreateFrom2DPoints (
pointsInCam As IList(Of SbVec2f),
camToLocal As SbMatrix,
zMin As Single
) As SoShape
public:
static SoShape^ CreateFrom2DPoints(
IList<SbVec2f>^ pointsInCam,
SbMatrix camToLocal,
float zMin
)
static member CreateFrom2DPoints :
pointsInCam : IList<SbVec2f> *
camToLocal : SbMatrix *
zMin : float32 -> SoShape
Parameters
- pointsInCam
- Type: System.Collections.GenericIListSbVec2f
- camToLocal
- Type: OIV.InventorSbMatrix
- zMin
- Type: SystemSingle
Return Value
Type:
SoShapeRemarks See Also