Click or drag to resize
SoReorganizeActionGenerateTriangleStrips Method

Sets whether triangle strips should be generated.

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

Parameters

g
Type: SystemBoolean
Remarks

Default is true. If false, IndexedFaceSets are generated.

See Also