NShape Reference
ILinearShape.CalcNormalVector Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > ILinearShape Interface >

NShape Reference
ILinearShape.CalcNormalVector Method

Previous pageReturn to chapter overviewNext page

Calculates the normal vector with length 100 in the given point with respect to the outline.

Syntax

Point CalcNormalVector(Point point)

Description

Calculates the normal vector with length 100 in the given point with respect to the outline.

Parameters

Name

Description

point

Location of the normal vector.

Exceptions

Exception

Condition

NShapeException

Given point is not on the line.