Properties | List of all members
Polygon3D Class Reference

A polygon in 3D space. More...

Inherits object.

Properties

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

Detailed Description

A polygon in 3D space.

Construct a polygon from a list.

Parameters

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

Property Documentation

◆ num_points

num_points = property
static

int: Gets the number of points in this polygon.