You are here: Start » AVL.NET » Invoke.CropPoint3DGrid
Removes from the grid points that are not contained in a given rectangular box.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void CropPoint3DGrid ( Avl.Point3DGrid inPoint3DGrid, Avl.ValueLimits inXLimits, Avl.ValueLimits inYLimits, Avl.ValueLimits inZLimits, Avl.Point3DGrid outPoint3DGrid )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | Avl.Point3DGrid | |||
![]() | inXLimits | Avl.ValueLimits | |||
![]() | inYLimits | Avl.ValueLimits | |||
![]() | inZLimits | Avl.ValueLimits | |||
![]() | outPoint3DGrid | Avl.Point3DGrid |