You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.LineNormalVector
Computes the normal vector of a line.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void LineNormalVector ( FilNet.Line2D inLine, bool inReverse, out FilNet.Vector2D outVector )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine | FilNet.Line2D | |||
![]() | inReverse | bool | True | Default value: True. | |
![]() | outVector | FilNet.Vector2D |
Examples
![]() |
![]() |
LineNormalVector performed on a line (left image) returns outVector (right image).
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Indefinite line on input in LineNormalVector. |