You are here:
Start »
AVL.NET »
AVL.ArrangePoint3DGrid Method
AVL.ArrangePoint3DGrid Method
Creates a surface structure from Point3DGrid taking into account X and Y coordinates.
| Namespace: | AvlNet |
| Assembly: | AVL.NET.dll |
Syntax
public static void ArrangePoint3DGrid(
AvlNet.Point3DGrid inPoint3DGrid,
double inZOffset,
double inZScale,
AvlNet.PlainType inPointType,
out AvlNet.Surface outSurface
)
Parameters
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