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

AVS.Point3DGridValidPointsRegion Method

Computes region of locations where points are valid in a points 3D grid and where they are invalid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Point3DGridValidPointsRegion
(
	AvlNet.Point3DGrid inPoint3DGrid,
	AvlNet.Region outValidPointsRegion,
	AvlNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
outValidPointsRegionAvlNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvlNet.RegionRegion of locations where points are invalid.

Function Overrides

See also