FUNCTION  fSphSimplifyQueryAdvanced

Simplifies the region defined by the specified query that yields halfspaces.

Parameter(s):
  • @cmd nvarchar(max): query string
  • @simple_simplify bit: determines whether to run trivial convex simplification
  • @convex_eliminate bit: determines whether to attempt eliminating convexes
  • @convex_disjoint bit: determines whether to make convexes disjoint
  • @convex_unify bit: determines whether to attempt stiching convexes
  • Input and output parameters

    nametypelengthinoutpnum
    @simple_simplifybit1input2
    @convex_eliminatebit1input3
    @convex_disjointbit1input4
    @convex_unifybit1input5
     varbinary-1input0
    @cmdnvarchar-1input1
    @cmdsysname-1input1