You are here: Start » AVL.NET » AVL.ArrangePoint3DGrid
Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void ArrangePoint3DGrid ( AvlNet.Point3DGrid inPoint3DGrid, double inZOffset, double inZScale, AvlNet.PlainType inPointType, out AvlNet.Surface outSurface )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint3DGrid | AvlNet.Point3DGrid | |||
![]() | inZOffset | double | |||
![]() | inZScale | double | <0.000001, INF> | 1.0D | Default value: 1.0D. |
![]() | inPointType | AvlNet.PlainType | Int16 | Type of single point Z coordinate. Default value: Int16. | |
![]() | outSurface | AvlNet.Surface |
Errors
| Error type | Description |
|---|---|
| DomainError | Empty point array in ArrangePoint3DGrid. |
| DomainError | Incorrect coordinate limits in ArrangePoint3DGrid. |
| DomainError | Surface dimensions too big in ArrangePoint3DGrid. |
See also
- ArrangePoint3DGrid(AvlNet.Point3DGrid, double, double, AvlNet.PlainType, AvlNet.Surface, double, double)
- ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.Surface)
- ArrangePoint3DGrid(AvlNet.Point3DGrid, double?, double?, double?, double?, double, double, AvlNet.PlainType, AvlNet.Surface, double, double)
- Class Reference
- AVL Class


