Click or drag to resize
SoSimplifyAction.SetRanges Method

Sets the ranges that will be used in the LevelOfSimplification node to decide which level of detail to display.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetRanges(
	float[] newRanges
)

Parameters

newRanges
Type:System.Single[]
Remarks

This is optional; if not given, the size factor will be used to generate range values.

See Also