You are here: Start » FIL.NET » FIS.FisFilter_MakeLine3D Method
FIS.FisFilter_MakeLine3D Method
Creates a line in 3D structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeLine3D ( float inX0, float inY0, float inZ0, float inDeltaX, float inDeltaY, float inDeltaZ, out FilNet.Line3D outLine3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inX0 | float | X coordinate of a point lying on the line. | ||
![]() | inY0 | float | Y coordinate of a point lying on the line. | ||
![]() | inZ0 | float | Z coordinate of a point lying on the line. | ||
![]() | inDeltaX | float | Delta along x-axis of a vector parallel to the line. | ||
![]() | inDeltaY | float | Delta along y-axis of a vector parallel to the line. | ||
![]() | inDeltaZ | float | Delta along z-axis of a vector parallel to the line. | ||
![]() | outLine3D | FilNet.Line3D |