CVBpy 14.1
Polygon3D Class Reference

A polygon in 3D space. More...

Inherits object.

Public Member Functions

None Polygon3D (self, List[cvb.Point3D] points)
 Construct a polygon from a list. More...
 

Properties

 num_points = property
 int: Gets the number of points in this polygon.
 

Detailed Description

A polygon in 3D space.

Constructor & Destructor Documentation

◆ Polygon3D()

None Polygon3D (   self,
List[cvb.Point3D points 
)

Construct a polygon from a list.

Parameters

points : List[cvb.Point3D] List of points forming the polygon.