Click or drag to resize
SoShapeSimplifyAction Constructor

Constructor.

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

Parameters

_simplifier
Type: OIV.Inventor.SimplifierSoSimplifier
Remarks

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

Typically you will pass an instance of SoDecimator to the constructor. Please see SoDecimator for info about which geometry objects can be simplified.

See Also