Click or drag to resize
SbExtrusionGeneratorCreateFrom3DPoints Method (IListSbVec3f, SoPath, SbViewVolume)
Calls CreateFrom3DPoints(pointsInWorld, nodePath, volume, SbBox3f()).

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static SoShape CreateFrom3DPoints(
	IList<SbVec3f> pointsInWorld,
	SoPath nodePath,
	SbViewVolume volume
)

Parameters

pointsInWorld
Type: System.Collections.GenericIListSbVec3f
nodePath
Type: OIV.InventorSoPath
volume
Type: OIV.InventorSbViewVolume

Return Value

Type: SoShape
Remarks