You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.ResamplePoint3DGrid

AVL.ResamplePoint3DGrid

Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ResamplePoint3DGrid
(
	AvlNet.Point3DGrid inPoint3DGrid,
	AvlNet.ValueLimits_f64 inXLimits,
	AvlNet.ValueLimits_f64 inYLimits,
	double inZOffset,
	double inZScale,
	AvlNet.PlainType inPointType,
	AvlNet.SurfaceMultipointHeight inMultipointHeight,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inXLimitsAvlNet.ValueLimits_f64
inYLimitsAvlNet.ValueLimits_f64
inZOffsetdouble
inZScaledouble<0.000001, INF>1.0DDefault value: 1.0D.
inPointTypeAvlNet.PlainTypeInt16Type of single point Z coordinate. Default value: Int16.
inMultipointHeightAvlNet.SurfaceMultipointHeightMeanDetermines the Z coordinate of a surface point created from more than one point. Default value: Mean.
outSurfaceAvlNet.Surface

Errors

List of possible exceptions:

Error type Description
DomainError Empty point array in ResamplePoint3DGrid.
DomainError Incorrect coordinate limits in ResamplePoint3DGrid.
DomainError Surface dimensions too big in ResamplePoint3DGrid.

Function Overrides

See also