Hello,
I documented my question in the link. Basically I am inquiring about the best way to load and constrain a belleville spring. Please open and help me out if you can.
Regards,
TazEngr
Hello,
I have written a For loop that uses a shell command to call a batch file that replaces text in a trail file, Mytrail.txt. I then use that altered text file and use it to run Pro/Engineer by calling it through another shell command. I would like to add pause instructions to my routine...
Hello,
I am trying to automate the process of mass creating parts.
What I would like to do is write a VB command that tells windows to launch pro/engineer in no graphics mode and run a trail file that is called mytrail_1.txt
I can run that trail file in pro/engineer in no graphics mode from...
Hello,
I found a useful post on this site to make multiple parts that are the same but they are just different sizes through making a table in excel, going thru tools--> programs in Pro/Engineer, reading the converted .prn file into Pro/engineer to generate similar parts of different sizes.
Is...
Hello,
I am trying to perform a simple cut operation that has myself and a few other Pro/engineer Wildfire 3.0 users stumped. So I figured I would give this forum a try.
Basically I would like to cut constant section groove along a profile into my part.
First: I define the curve that is...
Hello,
I have to print out a pro/engineer drawing that is over 20 sheets long.
Is there a faster way to do this than printing the drawing sheet by sheet.
Thanks,
Taz Engr
Hi,
I have a table that has the dimensions for a family of parts in excel. I am now making the detail of the family of parts in a tabulated drawing.
I know that I can create a table in Pro/Engineer by doing the following:
Table--> Insert--> Table
Create a table with the proper amount...
Hi,
I am working in pro/enineer drawing and inserting tables.
What i am trying to do should be simple:
I am trying to copy the contents of 5 cells in column "A" (A1-A5)
and place them into an empty set of 5 cells in column "B" (B1-B5)
What I decided to:
I recorded a mapkey with a two step...
I have been trying to setup a floating license on the network to use the single floating pro/mechanica license that we have.
STEP 1: I first put the license.txt file that contains the mechanica license in a network folder.
STEP 2: I then inserted the ptc cd and did an install of just...
I used the faq in the forum that automates pro engineer models thru the use of excel.
Here is the link
http://www.eng-tips.com/faqs.cfm?fid=1254
I can do this for simple dimensions that are in a sketch. But I would like to do this for making several patterns per model.
Q.
Is there a way to...
i am trying to make a new dwg by
File --> new
I then select drawing and empty with format.
After that I browse for the template that I have been using in the User Formats folder that is under the Folder Navigator.
however that folder is missing from that location.
Does anyone know where the...
I am trying to calculate the spring constant for a Belleville Washer type spring. The dwg says that the spring force is 33 lbs. when fully collapsed. However the difference between free height and collapsed height is .0065 in. This gives a spring constant of >5000 lbs/in.
Which seems rather...
I am making a detailed or drawing with dimensions in wildfire 3.0.
I inserted a front view by using
Insert --> Drawing View --> General.
Now I would like to project a section view across the centerline and place it below this view.
Does anyone know how to do that?
Thanks,
I am trying to set up mapkeys to reduce some of the redundant menu commands that I do in Wildfire 3.0. The mapkeys only work for the current session.
Does anyone know how to make them always work?
Thanks
I am new to Pro Engineer Wildfire 3.0 and I am trying to model threads on a plastic component. I have done this many times in solidworks by drawing the thread profile on a sketch and doing a cut-sweep along a helix with the correct pitch.
In Wildfire I can't seem to create a helix that will...
I am learning Proengineer wildfire 3.0 and I have been using Solidworks since version 2002. In solidworks you can assign shortcut keys.
For instance under tools --> customize you can assign the letter s for the smart dimension and just click on the s button and it will invoke the dimensioning...
the tutorial i am going through is makes a user form with one combo box and two command buttons.
The combo box is a drop down menu that allows you to pick the material and the code matches that material with the appropriate density.
The two command buttons are "OK" and "cancel".
The code...
I am going through a tutorial in Mike Spens "Automating Solidworks 2006 using Macros" book in Chapter 4.
1. what is the point of changing
Dim swApp As Object
to
Public swApp As SldWorks.SldWorks
Hello,
I have an application where I use a motor to turn a shaft and this shaft is linked to a coupler that moves a piston back and forth.
Basically a four bar linkage that produces linear motion from rotary motion of a motor. I am using the linear motion to puncture holes into PTFE.
Question...