tetgenpy.plc.PLC#

class tetgenpy.plc.PLC[source]#

Bases: object

Methods

PLC.add_facet_with_holes(polygons, holes[, ...])

Supports full features of tetgenio::facet.

PLC.add_facets(polygons[, facet_id, ...])

Adds facets with one polygon per facet.

PLC.add_holes(holes)

Adds locations to poke holes.

PLC.add_points(points[, point_attributes, ...])

Adds points.

PLC.add_regions(regions)

Mark regions, their attributes, and their maximum volumes.

PLC.add_segment_constraints(segments, constraint)

Add segment constraints.

PLC.show()

PLC.sofarsogood()

assert for sanity check

PLC.to_tetgenio([as_dict, debug])

Creates tetgenio based on current properties.