Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 856 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 856 Bytes

CAD API programming using Python. Automation of basic functions of 3D CAD systems.

Prepare a part model in CREO Parametric 7.0 model system

image

Execute an application in the Python environment that performs the following functions:

  • Changes the working directory.
  • Changes the model parameters: w,l,h,t_h,t_l,t_1 and text.
  • Defines the model material. The application should include: Validation of entered data (e.g. negative values, data type. Regeneration of models in CREO Parametric system after entering new data.

Terminal API

CreoApi.mp4

Installation

Download the model and the code. Run main.py file.

License

MIT