LinearPath.IsOrientedClockwise (devDept.Geometry.Plane) Method

Checks if the closed curve orientation is clockwise.
Public Function IsOrientedClockwise( _ 
ByVal plane As devDept.Geometry.Plane
) As Boolean
This language is not supported or no code example is available.
public bool IsOrientedClockwise( 
devDept.Geometry.Plane plane 
)
This language is not supported or no code example is available.

Parameters

plane
devDept.Geometry.Plane

The curve plane, can be obtained using the IsPlanar method.

Return Value

bool

True if the curve is oriented clockwise, false otherwise.

Remarks
 
If the curve is not planar, the points are projected on the plane.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition