Click or drag to resize

Loop Class

[This is preliminary documentation and is subject to change.]

Defines a loop
Inheritance Hierarchy
SystemObject
  Infrastructure.GeometryLoop

Namespace:  Infrastructure.Geometry
Assembly:  Infrastructure.Geometry (in Infrastructure.Geometry.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public sealed class Loop

The Loop type exposes the following members.

Constructors
  NameDescription
Public methodLoop
Create a new loop with the provided curves
Top
Properties
  NameDescription
Public propertyCurves
The curves out of which the loop exists
Public propertyNormal
Returns the normal that is perpendicular on the loop to any point on the loop
Public propertyPoints
Approximation points generated across all the curves of the loop
Top
Methods
  NameDescription
Public methodArea
Calculations the area of the loop, if it is a closed loop
Public methodHasSameOrientation
Determines if this loop has the same direction / orientation as the provided loop
Top
See Also