| SoSimplifierSimplify Method  | 
Performs the simplification on the shapes and returns a simplified node. 
 
Namespace: OIV.Inventor.SimplifierAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoNode Simplify(
	float name_21481
)
Public Function Simplify ( 
	name_21481 As Single
) As SoNode
public:
SoNode^ Simplify(
	float name_21481
)
member Simplify : 
        name_21481 : float32 -> SoNode 
Parameters
- name_21481
 - Type: SystemSingle
 
Return Value
Type: 
SoNode
RemarksOn this class, this function is pure virtual; derived classes must implement this function. 
See Also