CompositeCurve.IsOrientedClockwise (Transformation) Method

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

Parameters

t
Transformation

The transformation needed to project all points on the curve plane.

Return Value

bool

True if the composite curve is oriented clockwise, false otherwise.

Remarks
 
The curve must not have null Vertices.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition