Git Product home page Git Product logo

Comments (4)

yanjiuwang avatar yanjiuwang commented on September 26, 2024

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

from swtoolkit.

fosteman avatar fosteman commented on September 26, 2024

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 ?

from swtoolkit.

CrafterSvK avatar CrafterSvK commented on September 26, 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.

from swtoolkit.

fosteman avatar fosteman commented on September 26, 2024

from swtoolkit.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.