SOLIDWORKS Vs ChatGPT | CAD+AI

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 82

  • @with-Aryan
    @with-Aryan  Před rokem +1

    Watch my webinar ▶ bit.ly/SCPNewSeries

    • @ElectroWiz
      @ElectroWiz Před rokem

      موفق باشی آرین ویدیو های خوبی میسازی

  • @salvador1683
    @salvador1683 Před rokem +2

    Hi! Its unrelated but can you do a video about solidworks pdm? Plzzzzz

    • @with-Aryan
      @with-Aryan  Před rokem

      but there are already so many videos on that on CZcams. Why? are they not good?

    • @salvador1683
      @salvador1683 Před rokem

      @@with-Aryan I myself didnt find one good video that explains everything. In addition I heard about GrabCad shutting down and am interested in how the indestry works with version control and files sharing. Plus, i really like your videos and how you explain things. I think you'll do it in the best way

  • @mehryar.
    @mehryar. Před rokem +6

    This is a great video. Keep up the good work

  • @hermannrudas
    @hermannrudas Před rokem +3

    I think no matter how capable could Chat-Gpt become in the future, you'll never be replaced because you are a True Master.

    • @samsebastine1295
      @samsebastine1295 Před rokem

      Fr

    • @with-Aryan
      @with-Aryan  Před rokem +1

      Damn man that so cheesy and I do appreciate it lol. I don't know. I think one way to survive is to become a brand of your own. Just a guess

  • @suekuan1540
    @suekuan1540 Před měsícem

    How did you acquire all the knowledge of using solidworks? How long does it take from beginner to pro?

  • @MohitChauhan-bn3rq
    @MohitChauhan-bn3rq Před rokem +1

    Awesome video sir

  • @anasassi1661
    @anasassi1661 Před rokem +2

    I like the fact that you don't care about the comments more than you care about the value that you give
    Keep it up 🙌❤

    • @with-Aryan
      @with-Aryan  Před rokem +1

      Thanks man. I do read the comments though

  • @BSneider10
    @BSneider10 Před rokem +2

    Amazing video!! Good job Aryan !!

  • @edwinjsamuel
    @edwinjsamuel Před rokem +1

    Do you have a video showing camera and lighting setup?

    • @with-Aryan
      @with-Aryan  Před rokem

      I could do that, but I don't at the moment

  • @renaldoeshwill2649
    @renaldoeshwill2649 Před 6 měsíci

    Thank 🙇 you

  • @neeldhawan3943
    @neeldhawan3943 Před rokem +1

    Hey Aryan,
    I remember in an older video you were talking about creating a video which would be on building something based on an idea. On what steps you need to keep in mind when creating a part when you don’t have a DWG to model.
    I was wondering if you are still planning on making that video?

    • @with-Aryan
      @with-Aryan  Před rokem

      what what what? that's sounds interesting, what idea was that?

  • @bassboostedstatus6681
    @bassboostedstatus6681 Před rokem +1

    If i want to start youtube channel in designing so i want to use paid solidwork software or cracked work on ???
    Pls answer
    Thank you

  • @ThugByChoice
    @ThugByChoice Před rokem +2

    ChatGPT just tells me but you show me. That’s still better.

    • @with-Aryan
      @with-Aryan  Před rokem

      Love that answer! There is still use for me in this world lol

  • @danield_c_3078
    @danield_c_3078 Před rokem +1

    Hi Aryan , got question about the setup.
    Do you think a ultra-wide monitor i a a game changer?
    Can you share info about your setup or make a dedicated video about pro/cons of the setups and device(muose/keyboard) you tried over your career?
    Thanks

    • @with-Aryan
      @with-Aryan  Před rokem

      I use an U-wide monitor and its working amazingly for me. It made me mroe productive. not just for SW part, but for every day use having multi tabs and windows open in parallet and cross working. so yeah, it does help and for SW, it stretch the area as much as I want to see the smaller details btter (i get to zoom in more)

    • @danield_c_3078
      @danield_c_3078 Před rokem

      @@with-Aryan better than a double monitor setup ?

    • @danield_c_3078
      @danield_c_3078 Před rokem

      @@with-Aryan thanks again for your reply really appreciated 🤝

  • @anasassi1661
    @anasassi1661 Před rokem +1

    Can you tell us how to get the solidworks certification and how to be prepared for it ? Thanks

    • @with-Aryan
      @with-Aryan  Před rokem +1

      courses.solidworkstutorials.net/ yes, check my page

  • @Mistu_2k22
    @Mistu_2k22 Před rokem +1

    Can you tell me how i count the part in solidwork assembly by searching component.

    • @with-Aryan
      @with-Aryan  Před rokem

      Count the numbers or what?

    • @Mistu_2k22
      @Mistu_2k22 Před rokem

      @@with-Aryan yes total no. of quantity of child part by selecting particular component.

  • @artsandoval2615
    @artsandoval2615 Před rokem +1

    Aryan--just stumbled upon your channel--loving it. I run a team of mechanical engineers that use solidworks. solidworks cloud question: does it allow more than one person modify the same part at the same time? OnShape is pushing that feature over solidworks cloud...any knowledge there?

    • @with-Aryan
      @with-Aryan  Před rokem +1

      Of course! if you give access to more than one person on one project, you can manage their access and what they can control.

  • @user-vl8dy1os6r
    @user-vl8dy1os6r Před 2 měsíci

    如何用语音配合ChatGPT来驱动Solidworks工作?

  • @CrankyMankey
    @CrankyMankey Před rokem +1

    In an assembly, is there way to save each component separately as a STEP file without manually opening each part?

    • @with-Aryan
      @with-Aryan  Před rokem

      only through writing a macro and running it in the Macro Editor in SOLIDWORKS inside tools>macro>n new
      And if you wan the code for that:
      Option Explicit
      Sub main()
      Dim swApp As SldWorks.SldWorks
      Dim swModel As SldWorks.ModelDoc2
      Dim swAssy As SldWorks.AssemblyDoc
      Dim vComps As Variant
      Dim swComp As SldWorks.Component2
      Dim i As Long
      Dim errors As Long
      Dim warnings As Long
      Dim bRet As Boolean
      Set swApp = Application.SldWorks
      Set swModel = swApp.ActiveDoc
      Set swAssy = swModel
      vComps = swAssy.GetComponents(True)
      For i = 0 To UBound(vComps)
      Set swComp = vComps(i)
      bRet = swComp.GetModelDoc2.SaveAs4(swComp.GetPathName & ".step", 0, errors, warnings)
      Next i
      End Sub

    • @CrankyMankey
      @CrankyMankey Před rokem

      @@with-Aryan Thank you! You're a great help to us all.

  • @ajeesh3485
    @ajeesh3485 Před rokem +1

    hi there. is it possible to show the range motion of an assembly in 2d in solidworks? like if i have a box can is show the state of door closed and open in a single drawing so that i can show much space it takes when the door is opened and closed.

    • @with-Aryan
      @with-Aryan  Před rokem

      Yes, it's possible to show the range of motion of an assembly in SolidWorks using configurations and drawing views. Here's a simplified step-by-step guide on how you can do this:
      Create Configurations: In your assembly file, create two configurations - one for the door closed and one for the door open. You can do this by going to the Configuration Manager (right-click on the top item in the FeatureManager and choose "Add Configuration"), give it a name (like "Door Open" and "Door Closed"), and then adjust your assembly to match the configuration.
      Save Assembly: Save your assembly after creating the configurations.
      Create a New Drawing: Now, create a new drawing from your assembly file (File > New > Drawing).
      Insert Views: In the drawing, you can insert two views of your assembly, one for each configuration. Go to Insert > Drawing View > Model, and in the Properties dialog box that appears, select the configuration you want to use for that view. Repeat this step for the second configuration.
      Position Views: Position the views so that they clearly show the range of motion of the door. You can also add dimensions or notes to indicate the space required when the door is opened and closed.
      Remember, this is a simplified guide. Depending on the complexity of your assembly, you might need to use more advanced techniques. But this should give you a good starting point.

    • @ajeesh3485
      @ajeesh3485 Před rokem

      @@with-Aryan thanks for your time

  • @fahmimbarki1331
    @fahmimbarki1331 Před rokem +1

    Hi Aryan
    Im not an engineer, iam a student
    But sometimes i need to build something from skratch in solidworks. I have the problem of not getting the dimensions of my components match is other.
    Can u help me with that please?

    • @with-Aryan
      @with-Aryan  Před rokem

      you have to start learning about the multi-body design mode in SOLIDWORKS so you won't need measurements. You do, but it's all arbitary so you won't get it wrong basically. THis is not easy to adress over a comment to be honest. But there is that

  • @zaidmughal9243
    @zaidmughal9243 Před rokem +1

    sir i made a curve in 2d on solidworks with the help of project curve command but i want to extrude it but it cant, can you please tell me that this command(project curve ) is only applicable to make circular profiles?

    • @with-Aryan
      @with-Aryan  Před rokem +1

      The Project Curve command in SolidWorks is used to create a curve by projecting an existing sketch, face, plane, or surface onto another face, plane, or surface. It's not limited to creating circular profiles; it can create a variety of curve shapes depending on the geometry you're projecting and the surface you're projecting onto.
      However, if you're having trouble extruding the curve you've created with the Project Curve command, it might be because the curve is not closed or not planar. In SolidWorks, you can only extrude closed, planar sketches.
      Here are a few things you can try:
      Check if the curve is closed: If your curve is not a closed loop, you won't be able to extrude it. You can close the curve by adding additional sketch entities to connect the endpoints.
      Check if the curve is planar: If your curve is not on a single plane, you won't be able to extrude it. You can try creating a new sketch on a plane that intersects the curve, and then use the Convert Entities command to copy the curve onto the sketch. You should then be able to extrude the sketch.
      Use the Split Line command: If you're trying to create a raised or recessed feature on a surface, you might want to use the Split Line command instead of trying to extrude the curve. The Split Line command can divide a face into multiple separate faces, which you can then manipulate individually.

  • @StevenHennessey-ks4mz
    @StevenHennessey-ks4mz Před 7 měsíci

    You're voice is familiar did you make a 8 chapter solidworks video course?

    • @with-Aryan
      @with-Aryan  Před 7 měsíci +1

      5 chapter! courses.solidworkstutorials.net/

    • @StevenHennessey-ks4mz
      @StevenHennessey-ks4mz Před 7 měsíci

      @with-Aryan unfortunately I don't have the money to pay for the course otherwise I'd sign up 😕

    • @with-Aryan
      @with-Aryan  Před 2 měsíci

      where? 6 chapter

  • @JSprayaEntertainment
    @JSprayaEntertainment Před rokem +1

    hmmmm..... we want a CAD that works with ai , and we just talk to it ..

  • @syedatif8159
    @syedatif8159 Před 5 měsíci

    Hi. I want to convert some stl files to step in solidworks premium 2022. i have tried every possible way but the results are not satisfactory. i get the step files objects with facets but not smooth. Any suggestion how to fix this. regards

  • @elijahroyaie
    @elijahroyaie Před rokem +1

    nah you explaining it is way better that ChatGPT raw information. Raw information was here since books were invented

  • @Callm3lazy
    @Callm3lazy Před rokem +1

    When taking your course, how do I install solidworks? Do you provide with a free version to learn it through your course?

    • @with-Aryan
      @with-Aryan  Před rokem

      hey, go to the 0.5 section inside the course and you'll see the instructions on how to do just that ;)

  • @arian6812
    @arian6812 Před rokem +1

    خوشحالم که ایرانی هستی

  • @alexguilherme5652
    @alexguilherme5652 Před rokem +1

    20 doletas for me, Brazilian, is equaly to give up 10% of my payment haha

    • @with-Aryan
      @with-Aryan  Před rokem

      if you could partner up with a friend to use one account both of you. 5%, I'd say it's a worthy investment to how much advancement it will bring you.

  • @8888888vinay
    @8888888vinay Před rokem +1

    Can we modify a solid work file in xdesign?

    • @with-Aryan
      @with-Aryan  Před rokem

      Last time I checked (about 2 months ago) yes, but you couldn't open the xDesign in local SW. so if you want to edit it there, you can but once you save it, you cannot bring it back to local. idk if they have changed this since then

  • @mohdzaidansari5860
    @mohdzaidansari5860 Před rokem +1

    you are a great techer but your course too expensive i can not effort

    • @with-Aryan
      @with-Aryan  Před rokem

      I do offer installments! do they help?

  • @stickmanland
    @stickmanland Před 9 měsíci

    Can you make a video about simulation in solidworks. I have searched youtube, but no video matches, or even comes close to your teaching style. You walk us through and *explain* to us, instead of just doing it.

    • @with-Aryan
      @with-Aryan  Před 9 měsíci

      That is my next plan, first modeling, then GD&T for manufacture, now simulation to ensure whatever you model will not fail in real life.

  • @88farrel
    @88farrel Před rokem +1

    Man i wish i own solidwork. But i cannot affort 10K dollars

  • @litma1000
    @litma1000 Před 3 měsíci

    No way till 2037 :)

  • @rapbeatguruz88
    @rapbeatguruz88 Před rokem +1

    🤣🤣🤣🤣🤣thank u for asking chat gpt

    • @with-Aryan
      @with-Aryan  Před rokem

      no problem! do you have GPT4? Many still don't!

  • @metricdeep8856
    @metricdeep8856 Před rokem +1

    No.

    • @with-Aryan
      @with-Aryan  Před 11 měsíci

      I do not understand your reply, are you for or against AI?

    • @metricdeep8856
      @metricdeep8856 Před 11 měsíci

      @@with-Aryan The answer to your title.

  • @renaldoeshwill2649
    @renaldoeshwill2649 Před 6 měsíci

    Thank 🙇 you