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: 10.12.3.0 (10.12.3.0)
Syntax
public void BeginShape(
	SoSimplifierShapeTypes name_21957
)

Parameters

name_21957
Type: OIV.Inventor.SimplifierSoSimplifierShapeTypes
Remarks

ShapeType can be one of TRIANGLES, TRIANGLE_STRIP, TRIANGLE_FAN.

See Also