tetgenpy.plc.PLC.add_regions#
- PLC.add_regions(regions)[source]#
Mark regions, their attributes, and their maximum volumes. Each region has 5 entries - x,y,z coordinate, (int) attribute, (float) maximum tetrahedron volume for this region.
- Parameters:
regions ((n, 5) np.ndarray) – [[x1, y1, z1, attribute, max_volume], …]
- Return type:
None