Click or drag to resize
SoGlobalSimplifyAction Constructor

Constructor.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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