You are here: Start » AVL.NET » Invoke.SplitSurfaceByPlane
Separates the surface points being on one side of the input plane from the others.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SplitSurfaceByPlane ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, Avl.Plane3D inPlane, bool inPreserveDimensions, Avl.Surface outSurface1, Avl.Surface outSurface2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | inPlane | Avl.Plane3D | Plane used for splitting. | ||
![]() | inPreserveDimensions | bool | False | Flag indicating whether the surface dimensions should be preserved or not. Default value: False. | |
![]() | outSurface1 | Avl.Surface | Surface with points with positive signed distance to the input plane. | ||
![]() | outSurface2 | Avl.Surface | Surface with points with negative signed distance to the input plane. |