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

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
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
inPlaneAvl.Plane3DPlane used for splitting.
inPreserveDimensionsboolFalseFlag indicating whether the surface dimensions should be preserved or not. Default value: False.
outSurface1Avl.SurfaceSurface with points with positive signed distance to the input plane.
outSurface2Avl.SurfaceSurface with points with negative signed distance to the input plane.

See also