You are here: Start » FIL.NET » FIL.ResamplePoint3DGrid
Creates a surface structure from Point3DGrid taking into account X and Y coordinates and trying to preserve continuity of the surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ResamplePoint3DGrid ( FilNet.Point3DGrid inPoint3DGrid, double inZOffset, double inZScale, FilNet.PlainType inPointType, FilNet.SurfaceMultipointHeight inMultipointHeight, FilNet.Surface outSurface, NullableValue<double> outMinX, NullableValue<double> outMinY, FilNet.Region diagSurfaceValidPointsRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | FilNet.Point3DGrid | |||
![]() | inZOffset | double | |||
![]() | inZScale | double | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inPointType | FilNet.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]() | inMultipointHeight | FilNet.SurfaceMultipointHeight | Mean | Determines the Z coordinate of a surface point created from more than one point. Default value: Mean. | |
![]() | outSurface | FilNet.Surface | |||
![]() | outMinX | FilNet.NullableValue<double> | Can be null to skip this parameter calculation. | ||
![]() | outMinY | FilNet.NullableValue<double> | Can be null to skip this parameter calculation. | ||
![]() | diagSurfaceValidPointsRegion | FilNet.Region | Region of locations where the surface points are valid. |
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
- ResamplePoint3DGrid(Point3DGrid, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Double, Double, PlainType, SurfaceMultipointHeight, Surface)
- ResamplePoint3DGrid(Point3DGrid, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Double, Double, PlainType, SurfaceMultipointHeight, Surface, Region)
- ResamplePoint3DGrid(Point3DGrid, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Double, Double, PlainType, SurfaceMultipointHeight, Surface, NullableValue<Double>, NullableValue<Double>)
- ResamplePoint3DGrid(Point3DGrid, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Double, Double, PlainType, SurfaceMultipointHeight, Surface, Double, Double, Region)
- ResamplePoint3DGrid(Point3DGrid, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Double, Double, PlainType, SurfaceMultipointHeight, Surface, NullableValue<Double>, NullableValue<Double>, Region)