Take the Windchill Satisfaction Survey!
Recently active
I want to reach out to the community regarding Honeycone such type of model. i attached the model image please any information guide to me regarding this type of model and how to create
I am using Creo Parametric Release 4.0 and DatecodeM040not able to use Flow analysis functionalityHere are the errors that I facedThe selected functionality requires CFD Analysis license
Just starting to experiment with Creo+. By doing a "SaveAs" I found where my start in directory is. The question I have is where/how do I set this? I am used to it being in the icon that is used to fire off the software, but when clicking on the control center to fire off Creo+, I do not anything like that. Also, my config.pro is typically in my start directory, but I am not sure where to find it in Creo+. Is there a way to port over Creo Options over to Creo+ Options for all the setting?
HiUsing Creo 10.0.1.0Trying to setup a Mapkey to output a PDF using pentable & the File Export optionsThat side of things works fine, What we want to do is grab the current working directory & save to a file, change the working directory to a temporary directory (dependant on the user name) , output the pdf, then change the working directory back. I have the following mapkey, it runs the script, the -trail.txt file is created into the "E:\Configs\mapkey"Most of this i generated by recording a mapkey. Spoiler (Highlight to read)mapkey pdf @MAPKEY_LABELOutput PDF;\mapkey(continued) @SYSTEMstart E:\\Configs\\mapkey\\change_dir.bat "\%cd\%";\mapkey(continued) ~ Activate `main_dlg_cur` `File.psh_working_dir`;\mapkey(continued) ~ Activate `file_open` `Inputname` `E:\\Temp\\\\$USERNAME`;\mapkey(continued) ~ Activate `file_open` `Open`;\mapkey(continued) ~ Command `ProCmdExportPreview` ;~ Command `ProCmdDwgPubSettings` ;\mapkey(continued) ~ Activate `intf_profile` `pdf_export
We are going to be getting a Prusa XL with the capability of printing in 5 different colors/materials in the same print. I am having trouble exporting an assembly file into STL's to where they share the same coordinate system. So, when I import them into the slicer it doesn't recognize the components go together. Is there a trick to exporting STL's of multiple components that share a coordinate system? I do this all the time on my personal printers with Solidworks and Fusion 360 and have never had trouble but I can't seem to figure out how to do it in Creo. In Solidworks I just export the assembly as an STL and it creates an STL file for each component automatically then I open them all together in the slicer and it recognizes that they go together. In Creo, it is making my entire assembly 1 STL file or I have the option of doing one component at a time but then the slicer doesn't recognize they go together. Does anyone have experience with this using Creo? Edit: I was a
I have a file that has a long tree of features. One of the early features has a sketch geometry extrude. It has a pattern of three spots. I want to undo one of the three areas and select another pattern. How is this done? Right clicking on the feature or the sketch doesn't give me any options.
I am using Creo Parametric Release 4.0 and DatecodeM110 Intelligent Fastener options cannot be changed. Please tell me how to change the options. Here are the errors that I facedUnable to change intelligent fastener options Translated by the Community Moderation using Google Translate ----------------------------------------------------------------------------------------------- I am using Creo Parametric Release 4.0 and DatecodeM110インテリジェントファスナーのオプションを変更できません。オプションを変更する方法をおしえてください。Here are the errors that I facedインテリジェントファスナーのオプションを変更できません
We've received part/assembly files from someone that have restricted parameters. They are restricted to a predefined list of text values. We'd like to change the parameter to something not on the predefined list. I've found that to do so we could build a new restricted parameter list definition, set the proper config.pro value to call for that file, and then invoke the conflict resolution to make the new value available as a selection. The question I have is can I completely remove the restrictions? This seems to be a terrible "well, now you're stuck with this forever" situation. I don't want to have these restrictions inflicted on any new files I create, so I'll have to temporarily set the list-invoking config.pro value only when I want to edit new files from the same source. I'll also have to be careful to close Creo and restart without the restricted list being used whenever I create new files. So in short, can I remove a restricted parameter list from a file that contains one, or i
Mathcad Prime 9.0.0.0I'm doing a separation of variables equation, where I start with the equation at the top left in the screenshot. Using the solution that mathcad provides from the integrals, i get an output, that doesn't match up with the true answer (highlighted in blue). Am I using it wrong?
Hello,I want to extract for each iteration o i, the corresponding value in 20log() vector at index i, and put that value into another vector. And so on..
Hi all, may i know how the BOM is generated in with collecting all the related part by referring the part number mentioned in the property of Schematic file designations
I want the values of qcsand to be only between 5 and 25 I how to fix that
Hi All, Every time I open CREO the option " Enable preselection highlighlighting" is turned off. I ticked it on and then tried to save the config file. still the next time I restart the CREO the option is unticked by default. Is there any solution to it? I would appreciate your help. Thanks so much in advance.
Hello,These examples are for each particular i: But how to iterate through all values of i:
The problem is the following: at some point, the edges of the parts in assembly become invisible in the view; only the hatching that belongs to them is visible. The section in the view is offset type, created by the sketch. These edges become visible only with ticked view setting "Model edge visibility" - "Area", but not visible with "Total" (but should be!).If I create a new view and assign the same offset section, the view is correct. But I would like to use old view, becouse it have assigned boms and hatching properties. What I tried to fix this:1. Updating view/sheet - it didn’t help2. tried to change the section sketch references - it didn’t help3. tried excluding and then including parts from the list of cut parts - it didn’t help4. tried to hide, then show all layers of the view - it didn’t help5. tried to assign a display style for all edges by default - did not help. the similar question not help
I'm trying to turn this hole into a slot. I tried placing a palette over the hole but it doesnt snap. Is there a way to make it snap over perfectly? or do I have to line them up manually? Using Creo 10.
How to show datum axis in drawing views. I have axis in part I want to show in the drawing views. how to show the axis by C# using VB Api.please Share if there is Any Idea.
Both of the variables have the same unit, however mathcad said units are not compatible why is that?
I truely don't know why this error keeps happening?!
Ideally when we use the vectors with function it should give solution for individual input. I think I am missing something?
Hi, I'm new to Mathcad Prime, having used 15 for a while now. I've been looking with interest at the API offered with Mathcad Prime, and I have had some luck in recreating some of the various PTC examples in MATLAB using actxserver("MathcadPrime.Application") to link the Mathcad COM server to MATLAB.Where I'm encountering issues is extracting values from a matrix. Using the test.mcdx file provided with the VBScript example, I can retrieve the value of output1 successfully, however I'm struggling to do the same with matrixOutput1.I'm using the following to load the matrix: prime = actxserver("MathcadPrime.Application"); %%Open a COM session for Mathcad prime.Activate; %Focus the Mathcad window (not necessary unless you want to see what happens) dir = "C:\[...]\test.mcdx"; %Path of worksheet to open ws = prime.Open(dir); %Open the worksheet and create an object to represent matrix = ws.OutputGetMatrixValue("out_0") When I query the rows
So, Prime 10 is imminent eh? The trumpeting has started and the new enhancements that are touted sound like a list of corrected bugs. Undoubtedly, there are some useful improvements but I fear that the big one is still missing. This big and very visible problem with all Prime versions to date is the very poor quality of the plots. Compared to the MC15 (of blessed memory) plots they are very primitive and limited and definitely not presentation quality. And for technical applications good plotting facilities are an absolute necessity. So, as it stands now, if you need some proper plots for, say, a presentation, then you have to export the data to Excel and try to make a plot there. For technical plots that's often not optimal and you may have to resort to a freeware or paid plotting package like Veusz or so for, say, decent polar plots. Well, that's irritating and cumbersome to say the least. To improve plotting facilities start with a look at the MC15 plots. They had their l
In this case I want to allocate a result of substitution to Eq1, It seems to works for the substitution but then Eq1 seems undefined. What happens? Then it might be the reason why the 2nd substitution is endless. However, when i try to make 2 substitution in the same execution command, it is endless too.What happens ? Is there a relation between those 2 cases ? Option calculation for constant unit with symobilc math is set.PTC MathCAD prime 9.0.0.0.0
I have the following simple equation And all i get is undefined.... Any ideas?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.