A Polyloop represent a planar polygon with ordered points.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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
Autodesk.Revit.DB.Analysis..::..Polyloop