Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 884 Bytes

File metadata and controls

28 lines (17 loc) · 884 Bytes

A simple Python Program to create and query B-Rep Models

install dependencies

$ pip install -r requirements.txt

usage

$ python main.py <model file_name>

The Program gives you various options to interact with the model. (Examples: View the Tessalation, query whether a point is within the model etc)

Program Menu Screenshot 2020-11-29 at 5 17 42 AM

Visualization Example with Tessalation:

  1. A Sheet with a hole in it

Screenshot 2020-11-29 at 5 16 15 AM

  1. Just 2 Sheets

Screenshot 2020-11-29 at 5 16 49 AM