Click or drag to resize
SoReorganizeAction.GenerateTriangleStrips Method

Sets whether triangle strips should be generated.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public void GenerateTriangleStrips(
	bool g
)

Parameters

g
Type: System.Boolean
Remarks

Default is true. If false, IndexedFaceSets are generated.

See Also