SbExtrusionGeneratorCreateFrom2DPoints Method (IListSbVec2f, SoPath, SbViewVolume) |
Calls CreateFrom2DPoints(pointsInCam, nodePath, volume, 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,
SoPath nodePath,
SbViewVolume volume
)
Public Shared Function CreateFrom2DPoints (
pointsInCam As IList(Of SbVec2f),
nodePath As SoPath,
volume As SbViewVolume
) As SoShape
public:
static SoShape^ CreateFrom2DPoints(
IList<SbVec2f>^ pointsInCam,
SoPath^ nodePath,
SbViewVolume volume
)
static member CreateFrom2DPoints :
pointsInCam : IList<SbVec2f> *
nodePath : SoPath *
volume : SbViewVolume -> SoShape
Parameters
- pointsInCam
- Type: System.Collections.GenericIListSbVec2f
- nodePath
- Type: OIV.InventorSoPath
- volume
- Type: OIV.InventorSbViewVolume
Return Value
Type:
SoShapeRemarks See Also