SbExtrusionGeneratorCreateFrom2DPoints Method (IListSbVec2f, SbMatrix) |
Calls CreateFrom2DPoints(pointsInCam, localToCam, SbBox3f()).
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SoShape CreateFrom2DPoints(
IList<SbVec2f> pointsInCam,
SbMatrix localToCam
)
Public Shared Function CreateFrom2DPoints (
pointsInCam As IList(Of SbVec2f),
localToCam As SbMatrix
) As SoShape
public:
static SoShape^ CreateFrom2DPoints(
IList<SbVec2f>^ pointsInCam,
SbMatrix localToCam
)
static member CreateFrom2DPoints :
pointsInCam : IList<SbVec2f> *
localToCam : SbMatrix -> SoShape
Parameters
- pointsInCam
- Type: System.Collections.GenericIListSbVec2f
- localToCam
- Type: OIV.InventorSbMatrix
Return Value
Type:
SoShapeRemarks See Also