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