Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: roldy
  • Order by date
  1. roldy

    Automating creation of weldment and changing colors of bodies

    This is exactly what I needed. Thank you. I totally forgot that I can make a folder for a weldment and it would be in the cutlist. Last night I was coding an alternative by searching the faces of the weldment feature to get the bodies which then I could change the color and select and add them...
  2. roldy

    Automating creation of weldment and changing colors of bodies

    I think I would still have a problem because of vBodies = swModel.GetBodies2(). I renamed the CreateSketch subroutine to CreateSpiles and put the CreateWeldment and Apply Color subroutines inside the worksheet loop. Every worksheet loop needs to run those subroutines. The GetBodies2 still finds...
  3. roldy

    Automating creation of weldment and changing colors of bodies

    Wouldn't applying color to the Structural Member Feature color every body of that feature the same? I will be pulling color data from my Excel file that will eventually color every body differently. Edit: Worst case scenario is that after creating all the bodies, within the For Each vBody loop...
  4. roldy

    Automating creation of weldment and changing colors of bodies

    I do have one other problem that I have been trying to figure out. One of the additions I made was to turn off automatic cutlist creation and moved the bodies into a folder having the same name as the Worksheet name. If I have multiple Worksheets for multiple spiles, I'm able to go through them...
  5. roldy

    Automating creation of weldment and changing colors of bodies

    That worked perfectly. Thank you very much. I know my code was a bit sloppy to look at. I had intended to place the lines of code that worked together into subs once I was finished. You saved me time doing that, thank you again.
  6. roldy

    Automating creation of weldment and changing colors of bodies

    I'm stuck on a coding project for work. The task is to create cylinders along each segment of a line in the 3d Sketch. Each body will be colored based off of some values in a table, which I don't have right now, so I am instead trying to assign a color. First problem is that I can't get the...
  7. roldy

    Looking for advice/help on designing a bridge

    I meant to include tunnel specifics. The tunnel is 12' diameter and is in rock, lined with concrete. I will have to double check with the load capabilities of the concrete walls. Unfortunately I was handed this project July 29th and they would like something by August 8th as far as...
  8. roldy

    Looking for advice/help on designing a bridge

    I'm needing to design a bridge type structure that is to be used inside of a tunnel. The purpose of the bridge is to allow work to be done on a small section of the tunnel floor while allowing equipment to pass up and over. The bridge will have ramps at either end of the 20' length for small...
  9. roldy

    SolidWorks API - Get face that projected curve is created on

    Is there a way to get the face/surface that a projected curve is created on? I would assume there is since I can right click on the curve in the feature tree and view it's parent/child relationship. I tried setting the curve as a feature (swFeat) and then get it's parents through arr =...
  10. roldy

    Is my setup correct for this simulation?

    I'm not too familiar with using the SolidWorks simulation tools and would like some feedback on these setups. The first simulation has a 56,000 lbf load applied upwards to a circular region on the bottom face of the L angle. The second simulation has a 56,000 lbf load applied to a region of the...
  11. roldy

    Need guidance for a structural simulation

    I am in need of guidance performing a structural simulation on a scaffold. The end result is to determine the maximum loading the scaffolding can undergo. I am having problems running the simulation. Details: Scaffolding is composed of two sides, each of which are created by welding together...
  12. roldy

    Load Distribution on plates

    I actually have another scaffold design that I need to test. I posted as another topic.
  13. roldy

    Load Distribution on plates

    I would still have to add in gravity correct? I guess I would need gravitational loading of the scaffold itself while applying a remote load/mass to the 4 plates. Am I understanding this correctly? I have attached an updated version of the scaffold if you or anyone else is interested in this...
  14. roldy

    Load Distribution on plates

    I will try the remote mass. My first attempt was using beams but ran into an error, I can't remember what it was. For the remote load/mass is the load cumulative? The total loading value that I calculated, is that applied to each of the four faces I select or is it cumulative?
  15. roldy

    Load Distribution on plates

    I'm trying to run a structural study and I am a little confused this being my first time doing this. There are 4 identical scaffolds made with A36 steel. The bottom scaffold supports the top three as well as a volume of water having a weight of 15689.59 lbs. I need to figure out the maximum...
  16. roldy

    Load Distribution on plates

    I'm trying to run a structural study and I am a little confused this being my first time doing this. There are 4 identical scaffolds made with A36 steel. The bottom scaffold supports the top three as well as a volume of water having a weight of 15689.59 lbs. I need to figure out the maximum...
  17. roldy

    Opening point cloud in SolidWorks

    I actually need to cut a tunnel through the surface. I have the sketch of the tunnel and I created an extruded surface. I used the trim tool to try and make this cut but SW keeps crashing. I'm not sure if there is any other way to do this. I also have been trying to convert this surface to a...
  18. roldy

    Opening point cloud in SolidWorks

    Wow. I really appreciate all of this. I am limited with available software. I may have to stop into work tomorrow and see if I can get into the office to work on this a little.
  19. roldy

    Opening point cloud in SolidWorks

    I would actually really appreciate getting the .iges file since I won't be in the office until Monday. I have SW 2012 at home.
  20. roldy

    Opening point cloud in SolidWorks

    Thanks a bunch Brad. I literally have spent 3 days working 12 hours doing data manipulation trying to figure out how to get a 3D model. You are a life saver.
Back
Top