**bset_view#

Description#

This command allows to reduce a given bset in order to fit with a basic “visibilty” from a point within a given distance.

Syntax#

**bset_view name_bset \(~\,\) *bsets bset1bsetN \(~\,\) *point proj_point \(~\,\) *radius radius

name_bset

is the name of the created bset

*point

Projection point

*radius

the new bset is located within a distance radius of the projection point.

Example#

../../_images/mesh_reduce_bset_view.svg
****mesher
 ***mesh
  **open edge_bset.geof
  **bset_view reduced_outer
   *bsets outer
   *point (0. 0. 0.)
   *radius 3.
****return