You are here: Start » FIL.NET » Invoke.SplitSurfaceByPlane

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
inSurfaceFil.SurfaceInput surface.
inRoiFtl.Optional<Fil.Region>Region of interest. Default value: ftl::NIL.
inPlaneFil.Plane3DPlane used for splitting.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurface1Fil.SurfaceSurface with points with positive signed distance to the input plane.
outSurface2Fil.SurfaceSurface with points with negative signed distance to the input plane.

See also