Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More info on how to use this is needed #2

Open
icancwhatusay opened this issue Nov 19, 2021 · 4 comments
Open

More info on how to use this is needed #2

icancwhatusay opened this issue Nov 19, 2021 · 4 comments

Comments

@icancwhatusay
Copy link

Hi, I just found your module and I'm very excited to use it. Can you please update the README for this? I'd very much like to use this but without knowing much about your call outs for things, it's nearly impossible.

@yanjiuwang
Copy link

I'm very excited to use it too.But I don't know use it to designe

@fosteman
Copy link

Same here. My task is to read through all features and components inside a part and serialize it into a console. how can I achieve it ?

@CrafterSvK
Copy link

CrafterSvK commented Jun 13, 2024

I know I am little bit late. You can read Solidworks API for your current version and check code in swtoolkit to find 1:1 mapping for that method, if that method is not available usually you can access COM object throught _instance and/or system_object of that particular class and call methods from API directly.

The problem starts when you need to use out arguments, but that can be figured out. Ask more if you have difficulty.

I tried this method and it does not require anything else besides installing swtoolkit running

sld = SldWorks()

Which gives you access to ISldWorks interface more or less directly.

@fosteman
Copy link

fosteman commented Jun 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants