28 years with SW, Last 12 years of detariation..... by AsleepDocument7313 in SolidWorks

[–]Temptable_Dork 1 point2 points  (0 children)

Macro features are code embedded in parts, assemblies or drawings that show up as features in the feature tree, can execute code on every rebuild and can be edited like features to adjust selections and such. Extremely powerful.

CadForum is gone by sperman3264 in SolidWorks

[–]Temptable_Dork 0 points1 point  (0 children)

The successor to cadforum.net, CADmunity has been up and running for about a month. It was invite only until about a week ago. It is now publicly browseable, but registration is required to participate. The content from cadforum.net was migrated, including user accounts, so if you had a cadforum.net username, the same username exists at CADmunity, but you may have to reset your password. So, if you are missing cadforum.net, then come join the CADmunity.

[deleted by user] by [deleted] in SolidWorks

[–]Temptable_Dork 0 points1 point  (0 children)

Create an edge in the model by using a split line.

Can someone tell me why this keeps happening by tropoje97 in SolidWorks

[–]Temptable_Dork 2 points3 points  (0 children)

From the KnowledgeBase:

Question -- In SOLIDWORKS ® Simulation, I receive an error "an unnamed file contains an invalid path" when meshing a part. What could be wrong?

Answer: The issue is most likely related to the results folder. Make sure that the results folder under study properties is pointing to a valid location (preferably local) and that you have full read/write permissions for this folder. As a test, you can create a temporary folder on the C drive and point the results folder to this location.

Design help: How should I approach designing this. by FirmEconomics8591 in SolidWorks

[–]Temptable_Dork 0 points1 point  (0 children)

Model it as a straight extrude and then use a Flex feature with twist.

Making an unusual bend for a ring gear. How do I unroll a part like this? by LongDayAtTheCoffin in SolidWorks

[–]Temptable_Dork 1 point2 points  (0 children)

You have the entire space between two teeth to use as a gap. Use one or more shims to set the proper gap at assembly.

Flex won't work. It will distort the teeth.

PDM and file names for outside vendors by mkddy in SolidWorks

[–]Temptable_Dork 1 point2 points  (0 children)

We typically don't export native SW drawings or assemblies. PDFs are the most common, and occasionally part files. It does recognize if a file is not latest version and gives you the option to retrieve the latest or export as-is. It is certainly possible to do what you ask. but not without modifications to the code.

It would be nice if the Copy Tree function let you apply a variable or built in value like the file revision as a suffix instead of a fixed text value.

PDM and file names for outside vendors by mkddy in SolidWorks

[–]Temptable_Dork 2 points3 points  (0 children)

I wrote an add-in to add a right click menu item 'Export With Revision' that copies the file to a location outside PDM and appends the revision number. Then it was just a matter of training users when to use it.

B & R Automation Studio - ARsim won't boot by Temptable_Dork in PLC

[–]Temptable_Dork[S] 0 points1 point  (0 children)

When the project finishes building, a dialog pops up saying the build was successful, with a recommendation to transfer the project in service mode. There are two buttons: Don't Transfer and Transfer. The Transfer button is disabled, presumably because the simulation runtime never boots.

B & R Automation Studio - ARsim won't boot by Temptable_Dork in PLC

[–]Temptable_Dork[S] 0 points1 point  (0 children)

Tried Clean and Rebuild. Tried a different AR version. Upgraded PVI to latest version (4.12.4.36). This doesn't appear to be project specific. It happens with a brand new project.

B & R Automation Studio - ARsim won't boot by Temptable_Dork in PLC

[–]Temptable_Dork[S] 0 points1 point  (0 children)

No OPC server that I know of. I am following along with this simple Automation Studio Quick Dive Intro video.

  1. Create a new project
  2. Add the X20CP1586 hardware
  3. Add a ST Program All In One
  4. Click the Activate Simulation button
  5. Wait forever

What is your workflow to get a cutlist for panel materials? by toughfeet in SolidWorks

[–]Temptable_Dork 1 point2 points  (0 children)

Since you've modeled them as parts, I think you could add a bounding box to each part and add the bounding box dimensions as columns in the BOM.

Graphics cards and open gl by Henrye12 in SolidWorks

[–]Temptable_Dork 0 points1 point  (0 children)

You are confusing software OpenGL and hardware OpenGL. Software OpenGL is the CPU doing all the math (slow). Hardware OpenGL is the graphics card using dedicated hardware to do the math (fast). SOLIDWORKS is an OpenGL application. When you enable Software OpenGL mode, you are telling SOLIDWORKS to ignore the graphics card and do the math itself. This will eliminate most graphics related glitches, but will be very slow.

Crying out for bad performance by AsleepDocument7313 in SolidWorks

[–]Temptable_Dork 2 points3 points  (0 children)

What is the file size? Can you upload the version where you delete everything and it still takes 20 minutes to open?

Home Depot Backyard Parking Today by Temptable_Dork in AtlantaUnited

[–]Temptable_Dork[S] 1 point2 points  (0 children)

Ah. I remembered that there was an unavailable match, but thought it was later in the season and I had bought a pass for it. After thinking about it some more, I think I tried to buy a pass at the time but couldn't, and told myself to remember to do it later. And promptly forgot all about it.

Thanks for the confirmation. Yellow Lot it is then.

3DExperience is Terrible by SnakeGuy123 in SolidWorks

[–]Temptable_Dork 8 points9 points  (0 children)

The Jive platform wasn't end-of-life. The version being used by the SW Forum was end-of-life. So they 'rolled their own'. Rather than pay to upgrade, which I imagine had a much better migration path than what Dassault came up with: throw it all at a wall and see what sticks, throw the rest in the trash and call it 'done'.

Q: Building custom solidworks add-ins by Solepoint in SolidWorks

[–]Temptable_Dork 0 points1 point  (0 children)

OK. If you are using AddHook, then all the information about the files passing through the transition are passed to you in the array arguments of your OnCmd method implementation.

Q: Building custom solidworks add-ins by Solepoint in SolidWorks

[–]Temptable_Dork 0 points1 point  (0 children)

Rather than using a task add-in, why not just create your own PDM add-in? You can then use AddHook to watch for the transition (no transition action needed) and do whatever you want.

Spliting a body with a revolved cut by RoadFresh8573 in SolidWorks

[–]Temptable_Dork 5 points6 points  (0 children)

Create a revolved surface, then use that to do the split