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