Click or drag to resize
SoSimplifierSimplify Method

Performs the simplification on the shapes and returns a simplified node.

Namespace: OIV.Inventor.Simplifier
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoNode Simplify(
	float name_22030
)

Parameters

name_22030
Type: SystemSingle

Return Value

Type: SoNode
Remarks

On this class, this function is pure virtual; derived classes must implement this function.

See Also