You are here: Start » AVL.NET » AVL.SkipNotShape
If the input path is closed and has no self-intersections, then it is copied to the output; otherwise Nil is returned.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void SkipNotShape ( AvlNet.Path inPath, INullable<AvlNet.Path> outShape, out bool outIsShape )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outShape | AvlNet.INullable<AvlNet.Path> | |||
![]() | outIsShape | bool |


