You are here: Start » AVL.NET » AVS.AvsFilter_GetSurfaceElement Method
AVS.AvsFilter_GetSurfaceElement Method
Gets the value of a single point of a surface.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_GetSurfaceElement ( AvlNet.Surface inSurface, AvlNet.Location inLocation, out AvlNet.Point3D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | inLocation | AvlNet.Location | Location of the surface point to be accessed. | ||
![]() | outPoint | AvlNet.Point3D | Output point of the input surface. |


