Recently active
Hi,I am using Creo 8 with PDM (windchill 12) I am putting a decal on a part that exists in my PDM. I revised the part (rev 04) and went to view -> appearances -> edit appearance -> decal, and selected an image file from my drive. When I look at the model and the drawing, the decal appears just fine. So I go to check in my model. After check in and publish, I remove the part from my workspace and add it again from the commonspace. Now when I open the part and the drawing, the decal is gone. Instead I see a grey color appearance where my decal was. Any inputs on what is happening and how I can fix this? I need the decal to show up on my published PDF. Thanks!
Creo wont allow me to change dimensions in sketcher, When I double click the dimension the action gets overidden and I am prevented from making any changes. It is almost like there are some relations active in the background. I have used dimensional relations before and have deleted them. The problem affects even new part creation, feels like it may even be a setting of some sort.
I am using Creo Parametric 9.0 and I have an assembly with weld features and subcomponents that also have weld features. I am creating a drawing and I want to use the show model annotations function to place the weld symbols from the model on a drawing view. When I click on the view and then Show Model Annotations, the Dimension tab shows only the annotations relevant to the top level assembly. However, in the model symbols tab, all of the weld symbols show as optional to insert, including the ones in sub-components, not just the top level (see picture below). With only about 5 symbols needed on the top level assembly, sorting through all the weld symbols is a messy task. Is there any way to only list the top-level assembly symbols and not all symbols for selection? Is there a way to filter so only the top-level assembly symbols are listed in Show Model Annotations?
Hello, how can I setup the amount of flanks for a circle?Since I am using creo 9 that behaviour is "new". When I used 6 it wasn´t doing this - most probably the setup was correct. I am sure its an easy fix. thanks in advance. P.S. Yes, I searched for a similiar topic but didnt found it either in www nor in this forum.
Hey, I have problem with system of differential non linear equation. I dont have any idea how to solve this. I hope you will help me 🙂
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
On April 9, 2024, 11:30 Eastern Time, PTC presented "The Latest in PTC Mathcad Prime 10". During the 28-minute webinar, PTC Mathcad product manager Andy McGough shows the new enhancements coming to Mathcad Prime 10, including Advanced Controls with scripting & choice of solving algorithms. There were also some brief bullet points at what's to come for future Mathcad Prime releases. Mathcad Prime 10 will be available for release and download later by April 23, 2024. Watch the webinar on-demand here!
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?
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.