SoShapeSimplifyAction Constructor |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoShapeSimplifyAction(
SoSimplifier _simplifier
)
Public Sub New (
_simplifier As SoSimplifier
)
public:
SoShapeSimplifyAction(
SoSimplifier^ _simplifier
)
new :
_simplifier : SoSimplifier -> SoShapeSimplifyAction
Parameters
- _simplifier
- Type: OIV.Inventor.SimplifierSoSimplifier
RemarksThe 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