You are here: Start » AVL.NET » Invoke.SkipEmptySurface
If the input Surface has at least one point defined, then it is copied to the output; otherwise Nil is returned.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SkipEmptySurface ( Avl.Surface inSurface, Conditional<Avl.Surface> outNotEmptySurface, out bool outIsNotEmpty )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | outNotEmptySurface | Atl.Conditional<Avl.Surface> | A copy of the input surface, if it is not empty, or Nil otherwise. | ||
![]() | outIsNotEmpty | bool | Indication if the input surface is not empty. |