Polyloop Class


A Polyloop represent a planar polygon with ordered points.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2012

Syntax

C#
public class Polyloop : IDisposable
Visual Basic
Public Class Polyloop _
	Implements IDisposable
Visual C++
public ref class Polyloop : IDisposable

Remarks

This class is a loop with straight edges bounding a planar region in space. The loop is represented by an ordered coplanar collection of points forming the vertices of the loop. The loop is composed of straight line segments joining a point in the collection to the succeeding point in the collection. The closing segment is from the last to the first point in the collection. The direction of the loop is in the direction of the line segments. All the points in the polygon defining the poly loop shall be coplanar.

Inheritance Hierarchy

System Object
Autodesk.Revit.DB.Analysis Polyloop

See Also