FUNCTION  fSphGrowAdvanced

Grows a region by the given amount and returns its blob.

Parameter(s):
  • @bin varbinary(max): region blob
  • @degree float: amount of grow
  • @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
    @degreefloat8input2
    @simple_simplifybit1input3
    @convex_eliminatebit1input4
    @convex_disjointbit1input5
    @convex_unifybit1input6
     varbinary-1input0
    @binvarbinary-1input1