You are here: Start » AVL.NET » AVS.SurfaceValidPointsRegion Method

AVS.SurfaceValidPointsRegion Method

Computes region of locations where points are valid in a surface and where they are invalid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceValidPointsRegion
(
	AvlNet.Surface inSurface,
	AvlNet.Region outValidPointsRegion,
	AvlNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outValidPointsRegionAvlNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvlNet.RegionRegion of locations where points are invalid.

Function Overrides

See also