Click or drag to resize
SoSimplifyActionSetSimplificationLevels Method

Sets number of levels of detail to produce and what percentage to produce at each level.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetSimplificationLevels(
	float[] levels
)

Parameters

levels
Type: SystemSingle
Remarks

An example array would be [1.0, 0.3, 0.1], which would generate a LevelOfSimplification node with the original geometry and then two simplified children, one with 30% of the triangles and the other with 10% of the triangles in the original.

See Also