RhinoCommon API
ComponentFunctionInfoSimplifyTreeOutput Method |
Performs list logical reduction when trees are not used.
Namespace: Rhino.NodeInCode
Assembly: RhinoCommon (in RhinoCommon.dll)
public static Object SimplifyTreeOutput( Object[] input, string[] warnings, bool treatWarningsAsErrors )
Public Shared Function SimplifyTreeOutput ( input As Object(), warnings As String(), treatWarningsAsErrors As Boolean ) As Object
Parameters
- input
- Type: SystemObject
The computed data. - warnings
- Type: SystemString
A series of warnings. - treatWarningsAsErrors
- Type: SystemBoolean
If warnings should be considered, then this is set to true.
Return Value
Type: ObjectThe simplified object.