You are here: Start » AVL.NET » Invoke.SkipEmptySurfaceRegion
If the input surface contains at least one valid point in a given region, then the region is copied to the output; otherwise Nil is returned.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SkipEmptySurfaceRegion ( Avl.Surface inSurface, Avl.Region inRegion, Conditional<Avl.Region> outNotEmptySurfaceRegion, out bool outIsNotEmpty )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | |||
![]() | inRegion | Avl.Region | Input region. | ||
![]() | outNotEmptySurfaceRegion | Atl.Conditional<Avl.Region> | |||
![]() | outIsNotEmpty | bool |