A polygon in 3D space. More...
Inherits object.
Properties | |
num_points = property | |
int: Gets the number of points in this polygon. | |
A polygon in 3D space.
Construct a polygon from a list.
points : List[cvb.Point3D] List of points forming the polygon.