SbExtrusionGeneratorCreateFrom3DPoints Method (IListSbVec3f, SoPath, SbViewVolume) |
Calls CreateFrom3DPoints(pointsInWorld, 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 CreateFrom3DPoints(
IList<SbVec3f> pointsInWorld,
SoPath nodePath,
SbViewVolume volume
)
Public Shared Function CreateFrom3DPoints (
pointsInWorld As IList(Of SbVec3f),
nodePath As SoPath,
volume As SbViewVolume
) As SoShape
public:
static SoShape^ CreateFrom3DPoints(
IList<SbVec3f>^ pointsInWorld,
SoPath^ nodePath,
SbViewVolume volume
)
static member CreateFrom3DPoints :
pointsInWorld : IList<SbVec3f> *
nodePath : SoPath *
volume : SbViewVolume -> SoShape
Parameters
- pointsInWorld
- Type: System.Collections.GenericIListSbVec3f
- nodePath
- Type: OIV.InventorSoPath
- volume
- Type: OIV.InventorSbViewVolume
Return Value
Type:
SoShapeRemarks See Also