You are here: Start » AVL.NET » Invoke.ResamplePoint3DGrid
Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ResamplePoint3DGrid ( Avl.Point3DGrid inPoint3DGrid, Avl.ValueLimits_f64 inXLimits, Avl.ValueLimits_f64 inYLimits, double inZOffset, double inZScale, Avl.PlainType inPointType, Avl.SurfaceMultipointHeight inMultipointHeight, Avl.Surface outSurface, Optional<double> outMinX, Optional<double> outMinY, Diagnostic<Avl.Region> diagSurfaceValidPointsRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint3DGrid | Avl.Point3DGrid | |||
![]()  | inXLimits | Avl.ValueLimits_f64 | |||
![]()  | inYLimits | Avl.ValueLimits_f64 | |||
![]()  | inZOffset | double | |||
![]()  | inZScale | double | <0.000001, INF> | 1.0D | Default value: 1.0D. | 
![]()  | inPointType | Avl.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]()  | inMultipointHeight | Avl.SurfaceMultipointHeight | Mean | Determines the Z coordinate of a surface point created from more than one point. Default value: Mean. | |
![]()  | outSurface | Avl.Surface | |||
![]()  | outMinX | Atl.Optional<double> | |||
![]()  | outMinY | Atl.Optional<double> | |||
![]()  | diagSurfaceValidPointsRegion | Avl.Diagnostic<Avl.Region> | Region of locations where the surface points are valid. | 



