Loop Class |
[This is preliminary documentation and is subject to change.]
Namespace: Infrastructure.Geometry
public sealed class Loop
The Loop type exposes the following members.
Name | Description | |
---|---|---|
Curves |
The curves out of which the loop exists
| |
Normal |
Returns the normal that is perpendicular on the loop to any point on the loop
| |
Points |
Approximation points generated across all the curves of the loop
|
Name | Description | |
---|---|---|
Area |
Calculations the area of the loop, if it is a closed loop
| |
HasSameOrientation |
Determines if this loop has the same direction / orientation as the provided loop
|