Click or drag to resize
SoGlobalSimplifyAction Constructor

Constructor.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoGlobalSimplifyAction(
	SoSimplifier _simplifier
)

Parameters

_simplifier
Type: OIV.Inventor.SimplifierSoSimplifier
Remarks

The algorithm used for simplifying is defined by the OIV.Inventor.Simplifier.SoSimplifier class that is passed in the constructor.

See Also