Click or drag to resize
SbExtrusionGeneratorCreateFrom2DPoints Method (IListSbVec2f, SbMatrix, Single)
Calls CreateFrom2DPoints(pointsInCam, camToLocal, zMin, 1.0f).

Namespace: OIV.Inventor.Misc
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static SoShape CreateFrom2DPoints(
	IList<SbVec2f> pointsInCam,
	SbMatrix camToLocal,
	float zMin
)

Parameters

pointsInCam
Type: System.Collections.GenericIListSbVec2f
camToLocal
Type: OIV.InventorSbMatrix
zMin
Type: SystemSingle

Return Value

Type: SoShape
Remarks