Click or drag to resize
SoSimplifierBeginShape Method

Starts a new shape, ShapeType defines which triangle organization to use.

Namespace: OIV.Inventor.Simplifier
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void BeginShape(
	SoSimplifierShapeTypes name_22024
)

Parameters

name_22024
Type: OIV.Inventor.SimplifierSoSimplifierShapeTypes
Remarks

ShapeType can be one of TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN.

See Also