Click or drag to resize
SoShapeSimplifyAction Constructor

Constructor.

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

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

See Also