You are here: Start » AVL.NET » AVS.AvsFilter_AccessPoint3D Method
AVS.AvsFilter_AccessPoint3D Method
Returns individual fields of a 3d point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_AccessPoint3D ( AvlNet.Point3D inPoint, out float outX, out float outY, out float outZ )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint | AvlNet.Point3D | Input point. | ||
![]() | outX | float | Output x-coordinate. | ||
![]() | outY | float | Output y-coordinate. | ||
![]() | outZ | float | Output z-coordinate. |


