gumyr / build123d

A python CAD programming library
Apache License 2.0
386 stars 72 forks source link

Import and Export Functions #548

Closed Jfdezmtz closed 4 months ago

Jfdezmtz commented 4 months ago

Hello everyone,

First off I would like to apologize as what I stuck on might be something very rudementary. I have little coding experience and very new to python (picked it up a month ago)

I was just wondering if someone could show me an example of how to use/fill in the import/export functions for a STEP file. I am unsure as to what goes where if that makes any sense.

I have tried various things and cannot get it.

This is what I have as of RN for the import code:

def import_step(BOX:"C:.....BOX.stp") -> Compound:

show(BOX)

I am just attempting to import and display the selected file.

Thank You.