Recently active
I am able to add a component to one of my representations in the assembly and save without an issue. When I go back into Creo for a new session, the added components are still in my model tree, but they are not visible within the assembly. I can manually change the representation to master within the model tree to show my part, but it will not save for the next session. I would like to keep this component visible whenever I open this representation.
Like you would have a detail view in a Creo Parametric drawing, I would like another sheet in Creo Schematics to show small part of a larger wiring diagram. So, in one sheet I would have everything connected with all the blocks interconnected, and on another sheet I would show everything connected to just one block. I can copy the blocks with paste shapes, but, I cannot copy the fibers. Although I can copy and paste new fibers, but, this adds fibers to my already busy wiring diagram. At this time, I do not see a way to show the same fiber on multiple pages (not the same thing as extend across sheets, since these wires would already be terminated in the larger model).Thanks in advance for your help.
Hello all,When I want to fan other wires thru a splice component, these are switching direction from Z axis to X axis. They make a 90deg turn and this is certainly an error. Does someone knows how to resolve this?
I am using Creo Parametric - Release 8.0 (connected) Release 8.0 and Datecode8.0.4.0PTC_COMMON_NAME is not changing after I do a rename in commonspace. PTC_COMMON_NAME is staying the same as the family table generic Name.
I am using Creo Parametric Release 9.0 and Datecode9.0.4.0The screen is frozen when a user edit a dimension in a sketch. It doesn't happened when the same user edit the same sketch on another computer.
When I plot a drawing I get a text in the left upper corner saying:Name: <my name> Object: <drawing name> Date: <plotting date and time>.I can turn this on and off by checking the Label square in the printer setup.However, I want to move the text and cannot find where the parameters for this (and for the message itself) are hidden.Help!
Is there anything in Creo (or Windchill) that can be used to limit putting certain parts into an assembly? This example may help clarify what we are trying to do. We do some work that is classified at certain levels of the assembly process. If we have 2 components that stand-alone are not classified, but when put into an assembly, the assembly becomes classified. Is there a way to prevent someone from putting those 2 components together?
Hello togetherWe do have a problem with assemblys.We have a subassembly "sub_1"in "sub_1" there are multiple components, which are all defined in the component placement as "Automatic" meaning their placement actualy isn't defined. now we have a assembly "asm_1" in which "sub_1" is placed. Let's say as fixed, it doesn't really matter.Now i want to insert a other part "part_1" into "asm_1" the placement of which i want to define referencing "sub_1". What happes now is that the components in "sub_1" are moved around in all directions, even though I'm trying to assemble components in "asm_1". they stay in those strange locations even if the placement of "part_1" is canceled.In other words: The connections i make in "asm_1" influence the placement of the components of "sub_1" which is absolutly not what i want.Is this a known problem? Is there some kind of setting i can enable to prevent that from happening? Sadly I can't share any data since our IT prevents it. The problem is th
Hi,really I can't understand why this happens.All the things are expressed in the video.I work with Creo 8.0.8 and Windchill 12.0.2.2.I have this component, called GUS_4041, that's a commercial junction for alluminium profilates.I've saved it as assembly with and internal PIN connection.My Idea is to use it every time I want with differet angular configurations due to the situations, so without the necessity of a lot of "save a copy".I can't undestand why Windchill "feels" the conponent modifided when I save the assembly. It should not be so because of it's the aim of the useing of connections instead of constraints.ThanksBye
Creating a function to convert drawing files into pdf collectively.Currently, we are processing using the ProPDFExport() function, which I understand is only possible if the model is loaded on the graphic screen.If the number of files that need to be converted increases, we are worried that the program will be burdened.Is there any other function or method to replace this problem?
Hello Community,Didn't found anything. So: Has anyone ever had the issue that the Modelcheck tells that a component is missing even if it's in the assembly (session of course, too). Also no red flag in the assembly on the bottom. Anyone an idea how to solve this?
I recently installed Mathcad Prime 9. I had been using Prime 8 for a while. I have some files created with Mathcad 15 files (xmcd) that I need to convert to the new mcdx format but the conversion utility is taking a very long time to do the conversion. It's been on "In Progress" for almost an hour on the first file. I don't recall this being such a problem with earlier versions (Prime 7 and Prime 8). Please help!
I am using Creo 9.0.5.0. Like the title says, I am trying to create a few parameters with a drop-down list of values. Basically exactly what this video is doing: https://www.youtube.com/watch?v=kzvw8wfwavc I am getting an "Invalid value" error when I try to create this list and I am not sure why. What might I be doing wrong? Thanks,Matt
Hello,For 2D plot we can see labels somewhat on the axis to see what axis is assigned to what variables for better understanding: My question here for 3D plot: Is it possible to put labels on the axis like I shown below?
Hello, But also we can see that if: Why Mathcad (at least Prime 8 ) does not want to show all solutions of an equation?
How do I make it so that file I saved as copy of assembly doesn't change when I make changes in original assembly?
We have MathCad Subscription and Mathcad prime SDK.Our licensing changed to a floating license but I have no idea how to configure this on FlexNet.the FAQ's are all so confusing if someone could point me to the appropriate one I would be so grateful.
Hello everybody, I come to you today because I had a problem just after installed 3D connection app, always when I start Creo 7 I get these two windows: How did you manage to solve this error.Thank you in advance.
It's the hardest to change the data type while developing itIs there a function that changes the ProPath type to wchar_t?In addition to this, if you know the function of changing the data type, I would appreciate it if you could recommend it
Is there any way to form trochoidal wave from its equation of any values if X and Y.
Hello, I am just doing simple part modelling and assembly in Parametric 7.0.8.0. (Student Edition). Up until just recently, the software worked exceptionally well on my PC, with the exception of rendering which causes my PC to overheat. I have an i7-12700 CPU, 32 GB of DDR4 RAM, an MSI Radeon RX 6600 XT 8GB GDDR6 (I realize is not compatible with CREO for rendering), and a 750W PSU. It is more than enough to run Now, I can't even touch an edge of the assembly that I am working with without CREO freezing up and on task manager, using VERY HIGH power. I recently had used my same SSD in a laptop, but returned it back to my PC with no issues. Not too sure what is causing this error. Any help or advice would be appreciated. Thanks in advance,Dallas
Hi community, I'm trying to create a program that automatically generate sketch curve features from local text files, referring this article.https://www.ptc.com/en/support/article/cs279605 Apart from the article, I changed a definition of line from Pro2dSplinedef into Pro2dLinedef because I would like to depict skech with straight lines.Now the program can generate a sketch on a datum plane, but it does not treated as "closed section".Could anybody show me what should I do with my code? Should I add any element to the sketch feature? Thanks!
I am using Creo Parametric Release 6.0 and Datecode6.0.6.0When saving the assembly, it stays in the progress of the model check and does not respond for a long time. After changing the digital model to save, it is still the same.-----------------------------------------Translated the text from Simplified Chinese to English using google translate. By community moderation.Subject: 另存装配时,停留在model check进度中,长时间不响应。Body: 另存装配时,停留在model check进度中,长时间不响应,换过数模保存,依然如此。-----------------------------------------
Hi All, Did anyone noticed this issue of Creo parametric hangs on launch and error shows in Task manager as "Not responding". Any suggestions?
Please include detailed documentation such as screenshots, images or video.NDI ERROR: two dependencies have same uniqueID "". 1. What version of the software are you running?CREO 5.0.4.02. What is the problem?I get the error: NDI ERROR: two dependencies have same uniqueID "".But have no idea how to find these two dependencies that are generating this error.
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.