SoSimplifyAction Constructor |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSimplifyAction(
SoSimplifier _simplifier
)
Public Sub New (
_simplifier As SoSimplifier
)
public:
SoSimplifyAction(
SoSimplifier^ _simplifier
)
new :
_simplifier : SoSimplifier -> SoSimplifyAction
Parameters
- _simplifier
- Type: OIV.Inventor.SimplifierSoSimplifier
RemarksThe algorithm used for simplifying is defined by the SoSimplifier class that is passed in the constructor.
See Also