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