WLJS LogoWLJS Notebook

BoundaryDiscretizeRegion

BoundaryDiscretizeRegion[reg] discretizes the region reg into a BoundaryMeshRegion.

BoundaryDiscretizeRegion[reg, {{xmin, xmax}, ...}] restricts to the specified bounds.

Examples

Discretize a disk:

BoundaryDiscretizeRegion[Disk[]]

With bounds:

BoundaryDiscretizeRegion[Ball[], {{-1, 1}, {-1, 1}, {-1, 1}}]

Please visit the official Wolfram Language Reference for more details.

On this page