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