Class Polygon3D
- Namespace
- IdeaRS.OpenModel.Geometry3D
- Assembly
- IdeaRS.OpenModel.dll
Represents a polygon in three-dimensional space.
[OpenModelClass("CI.Geometry3D.Polygon3D,CI.Geometry3D")]
public class Polygon3D : OpenObject
Inheritance
Inherited Members
Constructors
Polygon3D()
Contructor
public Polygon3D()
Properties
Points
List of polygon points
public List<Point3D> Points { get; set; }