CVBpy 14.0
Polygon3D Class Reference

A polygon in 3D space. More...

Inherits object.

Properties

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

Detailed Description

A polygon in 3D space.

Construct a polygon from a list.

Parameters

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